From bd166c76b65006f2945d5072fe07e4777c085eff Mon Sep 17 00:00:00 2001 From: gxlin Date: Tue, 16 Mar 2021 19:47:31 +0800 Subject: More vim config --- .tmux.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index b2e3fff..1813106 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,19 +1,19 @@ # modify the prefix -unbind ^b -set -g prefix 'M-`' +# 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" +# 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 -bind k select-pane -U -bind l select-pane -R +# bind h select-pane -L +# bind j select-pane -D +# bind k select-pane -U +# bind l select-pane -R # resize the pane # bind h resize-pane -L 10 -- cgit v1.2.3