diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index f22af89..c8445bc 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -109,8 +109,8 @@ bind-key x kill-pane bind-key C-x kill-window # Split Window into panes - automatically handled by plugin -bind-key \ split-window -h -c '#{pane_current_path}' -bind-key - split-window -v -c '#{pane_current_path}' +bind-key '\' split-window -h -c '#{pane_current_path}' +bind-key '-' split-window -v -c '#{pane_current_path}' # Open a sessions chooser bind C-j split-window -v "tmux list-sessions | sed -E 's/:.*$//' | grep -v \"^$(tmux display-message -p '#S')\$\" | fzf --reverse | xargs tmux switch-client -t"