home/tmux: Faster pane switching
This commit is contained in:
parent
c2691f0a37
commit
fa4eab4c12
|
@ -9,6 +9,11 @@
|
||||||
shell = "/home/felix/.nix-profile/bin/zsh";
|
shell = "/home/felix/.nix-profile/bin/zsh";
|
||||||
terminal = "xterm-256color";
|
terminal = "xterm-256color";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
# switch panes using Alt-hjkl without prefix
|
||||||
|
bind -n M-h select-pane -L
|
||||||
|
bind -n M-l select-pane -R
|
||||||
|
bind -n M-k select-pane -U
|
||||||
|
bind -n M-j select-pane -D
|
||||||
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue