Fixed tmux.conf syntax
This commit is contained in:
parent
d75fe7e1dd
commit
97917cd73f
@ -10,8 +10,8 @@ bind-key ^D detach-client
|
||||
# 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 s split-window -c -p 50 "#{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 -p 50 -c "#{pane_current_path}"
|
||||
|
||||
# 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.
|
||||
|
Loading…
Reference in New Issue
Block a user