diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index da44145..1a63f5e 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -35,9 +35,9 @@ bind-key -n M-d run-shell "~/.config/tmux/tmux-fuzzy-find-session.sh" # Split window, change keybindings to match vim concept of splits bind-key -n M-V split-window -h -c "#{pane_current_path}" -bind-key -n M-H split-window -v -c "#{pane_current_path}" +bind-key -n M-S split-window -v -c "#{pane_current_path}" bind-key -n M-q kill-pane -bind-key -n M-f resize-pane -Z +bind-key -n M-F resize-pane -Z bind-key -n M-s command-prompt -p "New session: " "run-shell '~/.config/tmux/tmux-create-session.sh '%%''" bind-key -n M-w new-window -c "#{pane_current_path}" bind-key -n M-r command-prompt -p "Rename window:" "rename-window '%%'"