Skip to content

Commit

Permalink
Merge pull request #4 from croaky/master
Browse files Browse the repository at this point in the history
Added basic tmux configuration
  • Loading branch information
Dan Croak committed Aug 20, 2011
2 parents c70fca5 + 16cae93 commit acbf0b3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tmux.conf
@@ -0,0 +1,12 @@
# 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 -r C-h select-window -t :-
bind-key -r C-l select-window -t :+

# act like GNU screen
unbind C-b
set -g prefix C-a

0 comments on commit acbf0b3

Please sign in to comment.