diff --git a/.config/tmux/conf/binds.conf b/.config/tmux/conf/binds.conf index 1cdc7b3e..dbf9fa28 100644 --- a/.config/tmux/conf/binds.conf +++ b/.config/tmux/conf/binds.conf @@ -20,8 +20,8 @@ bind c new-window -c "#{pane_current_path}" bind-key C command-prompt -p "Name of new window: " "new-window -c '#{pane_current_path}' -n '%%'" # Move to the next and prev window -bind ] next-window -bind [ previous-window +bind-key l next-window +bind-key h previous-window # Swap windows bind -r "<" swap-window -d -t -1