Skip to content

Instantly share code, notes, and snippets.

@opensiriusfox
Created August 27, 2020 19:58
Show Gist options
  • Save opensiriusfox/f84ac10c91a93f5ce427dbe1ff7bbe0a to your computer and use it in GitHub Desktop.
Save opensiriusfox/f84ac10c91a93f5ce427dbe1ff7bbe0a to your computer and use it in GitHub Desktop.
core tmux.conf
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