Skip to content

Commit

Permalink
Add basic tmux config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Saasen committed Jan 8, 2012
1 parent b8545b2 commit 8cd7b0b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tmux.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
bind \ split-window -h
bind - split-window -v
bind-key k select-pane -U
bind-key j select-pane -D
bind-key h select-pane -L
bind-key l select-pane -R

0 comments on commit 8cd7b0b

Please sign in to comment.