diff options
| -rw-r--r-- | .tmux.conf | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -5,8 +5,9 @@ unbind -a -T root | |||
| 5 | # Custom bindings | 5 | # Custom bindings |
| 6 | set -g prefix C-f | 6 | set -g prefix C-f |
| 7 | bind-key -n C-f send-prefix | 7 | bind-key -n C-f send-prefix |
| 8 | bind-key \' split-window -v | 8 | bind-key f command-prompt |
| 9 | bind-key \; split-window -h | 9 | bind-key \' split-window -v -c "#{pane_current_path}" |
| 10 | bind-key \; split-window -h -c "#{pane_current_path}" | ||
| 10 | bind-key l select-pane -R | 11 | bind-key l select-pane -R |
| 11 | bind-key C-l resize-pane -R | 12 | bind-key C-l resize-pane -R |
| 12 | bind-key h select-pane -L | 13 | bind-key h select-pane -L |
