Tmux: Fix split-window key rebinds
This commit is contained in:
parent
d483cad685
commit
889739e443
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
shortcut = "Space";
|
shortcut = "Space";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
bind % split-window -h -c "#{pane_current_path}"
|
bind % split-window -h -c "#{pane_current_path}"
|
||||||
bind \'%\' split-window -v -c "#{pane_current_path}"
|
bind '"' split-window -v -c "#{pane_current_path}"
|
||||||
'';
|
'';
|
||||||
plugins = with pkgs; [
|
plugins = with pkgs; [
|
||||||
tmuxPlugins.vim-tmux-navigator
|
tmuxPlugins.vim-tmux-navigator
|
||||||
|
|
Loading…
Reference in a new issue