Skip to content

Commit

Permalink
Tmux to open new page with current directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
ts310 committed Mar 7, 2014
1 parent 94aa284 commit 03fbe5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmux.conf
Expand Up @@ -11,8 +11,8 @@ bind-key r source-file ~/.tmux.conf\; display "Configuration is reloaded!";

bind-key c new-window -c "#{pane_current_path}"

bind-key | split-window -h
bind-key - split-window -v
bind-key | split-window -h -c "#{pane_current_path}"
bind-key - split-window -v -c "#{pane_current_path}"

bind-key h select-pane -L
bind-key j select-pane -D
Expand Down

0 comments on commit 03fbe5d

Please sign in to comment.