We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 496b67f commit a92aa29Copy full SHA for a92aa29
.tmux.conf
@@ -9,10 +9,6 @@ bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded"
9
10
bind-key c new-window -c "#{pane_current_path}" # Open new windows at the same path as the pane they were created from.
11
12
-bind-key -n C-h select-pane -L # Move right a pane.
13
-bind-key -n C-j select-pane -D # Move down a pane.
14
-bind-key -n C-k select-pane -U # Move up a pane.
15
-bind-key -n C-l select-pane -R # Move left a pane.
16
bind-key s split-window -v -c "#{pane_current_path}" # Create a new pane below the current one.
17
bind-key v split-window -h -c "#{pane_current_path}" # Create a new pane to the right of the current one.
18
0 commit comments