diff options
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,6 +2,13 @@ unbind ^b set -g prefix 'M-`' +# vim mode +setw -g mode-keys vi + +# copy and paste like vim +bind -T copy-mode-vi 'v' send -X begin-selection +bind -T copy-mode-vi 'y' send -X copy-pipe-and-cancel "reattach-to-user-namespace pbcopy" + # swtich between pane bind h select-pane -L bind j select-pane -D |