Setup sublime
This commit is contained in:
@@ -25,6 +25,11 @@ set -g history-limit 1000000
|
||||
# Reload config with prefix + r.
|
||||
bind-key r source-file ~/.config/tmux/tmux.conf \; display-message "tmux config reloaded"
|
||||
|
||||
# Open new panes/windows in the currently focused pane's directory.
|
||||
bind-key % split-window -h -c "#{pane_current_path}"
|
||||
bind-key '"' split-window -v -c "#{pane_current_path}"
|
||||
bind-key c new-window -c "#{pane_current_path}"
|
||||
|
||||
# Pane navigation with Vim-style keys
|
||||
bind-key h select-pane -L
|
||||
bind-key j select-pane -D
|
||||
|
||||
Reference in New Issue
Block a user