Skip to content

Commit

Permalink
.tmux.conf updated
Browse files Browse the repository at this point in the history
  • Loading branch information
backbone committed Jun 26, 2014
1 parent 439f874 commit 0ea91c2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .tmux.conf
@@ -1,6 +1,14 @@
# Vim keys

# dirty hack for old tmux which doesn't support -c option
bind-key c new-window
bind s split-window -v
bind v split-window -h
# save current path for >=tmux-1.9a
bind-key c new-window -c "#{pane_current_path}"
bind s split-window -v -c "#{pane_current_path}"
bind v split-window -h -c "#{pane_current_path}"

bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
Expand All @@ -23,8 +31,8 @@ bind-key R respawn-window
#set set-remain-on-exit on
#
# # create the windows we really want
neww -n vim
splitw -v -p 20 -t 0
# neww -n vim
# splitw -v -p 20 -t 0
#
# # for future windows, revert r-o-e to global value
#set -u set-remain-on-exit
Expand Down

0 comments on commit 0ea91c2

Please sign in to comment.