diff --git a/.config/tmux/tmux.conf.d/keybinds.conf b/.config/tmux/tmux.conf.d/keybinds.conf index 50ea25b..d6444d0 100644 --- a/.config/tmux/tmux.conf.d/keybinds.conf +++ b/.config/tmux/tmux.conf.d/keybinds.conf @@ -1,7 +1,7 @@ -bind-key w select-pane -U -bind-key a select-pane -L -bind-key s select-pane -D -bind-key d select-pane -R bind-key c detach +bind-key a previous-window +bind-key d next-window +bind-key n new-window + bind-key f set-option -g mouse \; display-message 'Mouse #{?mouse,on,off}' \ No newline at end of file