From fe22720caee627b0f2ba56e957e0f7dc9b63011e Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Fri, 21 Jul 2023 22:01:39 -0400 Subject: [PATCH] add tmux --- dot_config/tmux/tmux.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dot_config/tmux/tmux.conf diff --git a/dot_config/tmux/tmux.conf b/dot_config/tmux/tmux.conf new file mode 100644 index 0000000..c43f04e --- /dev/null +++ b/dot_config/tmux/tmux.conf @@ -0,0 +1,11 @@ +# vim keybindings in copy mode +set-option -g mouse on +setw -g mode-keys vi +# set-option -s set-clipboard off +bind P paste-buffer +bind-key -T copy-mode-vi v send-keys -X begin-selection +bind-key -T copy-mode-vi y send-keys -X rectangle-toggle +# increase scrollback +set-option -g history-limit 25000 +# Enable RGB colour if running in xterm(1) +set-option -sa terminal-overrides ",xterm*:Tc"