diff --git a/2020-08-27_tmux.conf b/2020-08-27_tmux.conf new file mode 100644 index 0000000..fc8034c --- /dev/null +++ b/2020-08-27_tmux.conf @@ -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 \ No newline at end of file