]> Freerunner's - dotfiles.git/commitdiff
tmux: add config
authorAndre Ramnitz <tux.rising@gmail.com>
Mon, 11 Mar 2024 21:34:30 +0000 (22:34 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Sun, 18 Aug 2024 16:18:53 +0000 (18:18 +0200)
config/tmux/tmux.conf [new file with mode: 0644]

diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf
new file mode 100644 (file)
index 0000000..8522efd
--- /dev/null
@@ -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
+