about summary refs log tree commit diff
path: root/configs/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'configs/.tmux.conf')
-rw-r--r--configs/.tmux.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/.tmux.conf b/configs/.tmux.conf
new file mode 100644
index 000000000000..5ef3765e86ab
--- /dev/null
+++ b/configs/.tmux.conf
@@ -0,0 +1,7 @@
+set -g default-terminal "screen-256color"
+
+bind-key -r -T prefix k select-pane -U
+bind-key -r -T prefix j select-pane -D
+bind-key -r -T prefix h select-pane -L
+bind-key -r -T prefix l select-pane -R
+