https://gist.github.com/opensiriusfox/f84ac10c91a93f5ce427dbe1ff7bbe0a/revisions
11 lines
No EOL
369 B
Text
11 lines
No EOL
369 B
Text
set-option -g mouse on
|
|
set-window-option -g mode-keys vi
|
|
|
|
bind r source-file ~/.tmux.conf \; display "reloaded ~/.tmux.conf"
|
|
|
|
bind \" split-window -v -c "#{pane_current_path}"
|
|
bind % split-window -h -c "#{pane_current_path}"
|
|
bind c new-window -c "#{pane_current_path}"
|
|
|
|
#set -g @ttm-window-mode vertical
|
|
#run-shell ~/.tmux/plugins/tmux-text-macros/tmux-text-macros.tmux |