Created
August 27, 2020 19:58
-
-
Save opensiriusfox/f84ac10c91a93f5ce427dbe1ff7bbe0a to your computer and use it in GitHub Desktop.
core tmux.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment