From: Andre Ramnitz Date: Mon, 11 Mar 2024 21:34:30 +0000 (+0100) Subject: tmux: add config X-Git-Tag: v0.2~209 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=07359e71b4cb2c3ca28cb2ba8a58fe36e707aa4b;p=dotfiles.git tmux: add config --- diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf new file mode 100644 index 00000000..8522efdb --- /dev/null +++ b/config/tmux/tmux.conf @@ -0,0 +1,14 @@ +set -s escape-time 0 +set -g base-index 1 + +set-option -g prefix C-a + +# hjkl pane traversal +bind h select-pane -L +bind j select-pane -D +bind k select-pane -U +bind l select-pane -R + +bind C-n new-window +bind C-M kill-window +