diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2022-03-03 10:03:51 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2022-06-05 12:50:58 +0200 |
commit | 8457757e7133a093cbf62985488a7e5d46d41f89 (patch) | |
tree | d666217d00bedbabec36867268a4a79d954526fc /mac | |
parent | 12102c365247329f4d6964d6b48e12fa2bf67208 (diff) | |
download | dotfiles-8457757e7133a093cbf62985488a7e5d46d41f89.tar.gz dotfiles-8457757e7133a093cbf62985488a7e5d46d41f89.zip |
Small mac tweaks
Diffstat (limited to 'mac')
-rw-r--r-- | mac/tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/tmux.conf b/mac/tmux.conf index 1f00d5d..b12f599 100644 --- a/mac/tmux.conf +++ b/mac/tmux.conf @@ -51,8 +51,8 @@ bind-key -T copy-mode-vi 'r' send -X rectangle-toggle bind-key -T copy-mode-vi 'y' send -X copy-pipe-and-cancel 'xclip -sel clip -i'` unbind -T copy-mode-vi Enter bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel 'xclip -se c -i' -bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel 'xclip -se c -ind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel 'xclip -se c -i' -bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel 'xclip -se c -i'' +#bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel 'xclip -se c -ind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel 'xclip -se c -i' +#bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel 'xclip -se c -i'' bind-key S-Left swap-window -t -1 bind-key S-Right swap-window -t +1 |