updates from makefile

This commit is contained in:
Don Harper 2023-10-15 16:29:49 -05:00
parent ecb8aafd46
commit d8ee0b915a

View file

@ -19,7 +19,7 @@
pkgs.tmuxPlugins.battery pkgs.tmuxPlugins.battery
pkgs.tmuxPlugins.cpu pkgs.tmuxPlugins.cpu
pkgs.tmuxPlugins.urlview pkgs.tmuxPlugins.urlview
pkgs.muxPlugins.vim-tmux-navigator pkgs.tmuxPlugins.vim-tmux-navigator
{ {
plugin = pkgs.tmuxPlugins.online-status; plugin = pkgs.tmuxPlugins.online-status;
extraConfig = extraConfig =
@ -60,6 +60,7 @@
set -g status-justify left set -g status-justify left
set -g visual-activity off set -g visual-activity off
set -g visual-bell off set -g visual-bell off
set -sa terminal-overrides ",xterm*:Tc"
bind ^b last-window bind ^b last-window
bind '~' split-window "exec ytop" bind '~' split-window "exec ytop"
bind 1 select-window -t 1 bind 1 select-window -t 1
@ -96,8 +97,8 @@
bind g select-layout tiled bind g select-layout tiled
bind Tab choose-window bind Tab choose-window
bind o select-pane -t :.- bind o select-pane -t :.-
bind | split-window -h bind | split-window -h -c "#{pane_current_path}"
bind - split-window bind - split-window -v -c "#{pane_current_path}"
bind e setw synchronize-panes bind e setw synchronize-panes
bind C-c run "tmux show-buffer | wl-copy" bind C-c run "tmux show-buffer | wl-copy"
bind C-v run "tmux set-buffer -- \"$(wl-paste)\"; tmux paste-buffer" bind C-v run "tmux set-buffer -- \"$(wl-paste)\"; tmux paste-buffer"