Tmux: Fix split-window key rebinds

This commit is contained in:
GHOSCHT 2024-05-08 10:07:36 +02:00
parent d483cad685
commit 889739e443
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -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