From 15b24ab9d782a8e5683f305ec8b1c31849a64246 Mon Sep 17 00:00:00 2001 From: Elizabeth Date: Mon, 19 May 2025 23:03:02 -0700 Subject: initial commit --- tmux/.config/tmux/tmux.conf | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 tmux/.config/tmux/tmux.conf (limited to 'tmux/.config') diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf new file mode 100644 index 0000000..3f2862a --- /dev/null +++ b/tmux/.config/tmux/tmux.conf @@ -0,0 +1,26 @@ +#-- -- +set -g prefix C-s + +unbind r +bind r source-file ~/.config/tmux/tmux.conf + +bind-key h select-pane -L +bind-key j select-pane -D +bind-key k select-pane -U +bind-key l select-pane -R +#-- -- + +#-- -- +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-sensible' +#-- -- + +#-- -- +set -g @plugin 'egel/tmux-gruvbox' +set -g @tmux-gruvbox 'dark' +#-- -- + +#-- -- +# keep at bottom +run '~/.tmux/plugins/tpm/tpm' +#-- -- -- cgit v1.2.3-70-g09d2