Skip to content

Commit

Permalink
Use consistent syntax for tmux mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Dec 28, 2017
1 parent 0786549 commit 3594ac5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ set -g default-terminal 'screen-256color'

# act like vim
setw -g mode-keys vi
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
bind-key h select-pane -L
bind-key j select-pane -D
bind-key k select-pane -U
bind-key l select-pane -R
bind-key -r C-h select-window -t :-
bind-key -r C-l select-window -t :+

Expand Down

0 comments on commit 3594ac5

Please sign in to comment.