Added classic tmux config
https://gist.github.com/opensiriusfox/f84ac10c91a93f5ce427dbe1ff7bbe0a/revisions
This commit is contained in:
parent
c59d8508ef
commit
9b906dbe0f
1 changed files with 11 additions and 0 deletions
11
2020-08-27_tmux.conf
Normal file
11
2020-08-27_tmux.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue