Merge pull request #575 from jby/fix_tmux_conf_syntax

Fixed tmux.conf syntax after PR #565
This commit is contained in:
Yan Pritzker 2014-12-01 06:40:02 -06:00
commit 979b89c961

View File

@ -10,8 +10,8 @@ bind-key ^D detach-client
# Create splits and vertical splits # Create splits and vertical splits
bind-key v split-window -h -p 50 -c "#{pane_current_path}" bind-key v split-window -h -p 50 -c "#{pane_current_path}"
bind-key ^V split-window -h -p 50 -c "#{pane_current_path}" bind-key ^V split-window -h -p 50 -c "#{pane_current_path}"
bind-key s split-window -c -p 50 "#{pane_current_path}" bind-key s split-window -p 50 -c "#{pane_current_path}"
bind-key ^S split-window -c -p 50 "#{pane_current_path}" bind-key ^S split-window -p 50 -c "#{pane_current_path}"
# Pane resize in all four directions using vi bindings. # Pane resize in all four directions using vi bindings.
# Can use these raw but I map them to shift-ctrl-<h,j,k,l> in iTerm. # Can use these raw but I map them to shift-ctrl-<h,j,k,l> in iTerm.