tmux: rebind stuff under prefix

try not to conflict with vim bindings
This commit is contained in:
dogeystamp 2023-06-17 10:53:50 -04:00
parent dfb2b56827
commit 5c27f13ef1
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -47,8 +47,8 @@ set-hook -g pane-exited 'run-shell "dwm.tmux layouttile"'
bind e newpane
bind w newpanecurdir
bind c killpane
bind -n C-n nextpane
bind -n C-o prevpane
bind j nextpane
bind k prevpane
bind -n C-b zoom
bind h decmfact
bind l incmfact