From 9b906dbe0fbb701315bfc582e537d62d3da8ba5d Mon Sep 17 00:00:00 2001 From: siriusfox Date: Sat, 7 Oct 2023 15:31:38 -0700 Subject: [PATCH] Added classic tmux config https://gist.github.com/opensiriusfox/f84ac10c91a93f5ce427dbe1ff7bbe0a/revisions --- 2020-08-27_tmux.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 2020-08-27_tmux.conf 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