Skip to content

Commit

Permalink
tmux opens new windows at the same path
Browse files Browse the repository at this point in the history
  • Loading branch information
shuw committed Oct 1, 2014
1 parent 5f9cfc3 commit 7818ed6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ set-window-option -g utf8 on
# make tmux display things in 256 colors
set -g default-terminal "screen-256color"



# start new window in current path
bind '"' split-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
bind c new-window -c "#{pane_current_path}"


#### COLOUR (Solarized dark)
Expand Down

0 comments on commit 7818ed6

Please sign in to comment.