summaryrefslogtreecommitdiffstats
path: root/.config/tmux/tmux.conf
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2021-12-23 18:28:03 +0000
committerRomain Gonçalves <me@rgoncalves.se>2021-12-23 18:28:03 +0000
commit0f08d04698c814955116b6bae50752e64b774d8f (patch)
tree8cf9a33557093eebfd25aab2872e97639c7e2f62 /.config/tmux/tmux.conf
downloaddots-0f08d04698c814955116b6bae50752e64b774d8f.tar.gz
Thu Dec 23 06:28:03 PM UTC 2021
Diffstat (limited to '.config/tmux/tmux.conf')
-rwxr-xr-x.config/tmux/tmux.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
new file mode 100755
index 0000000..81e5d4f
--- /dev/null
+++ b/.config/tmux/tmux.conf
@@ -0,0 +1,14 @@
+# mod key
+set-option -g prefix `
+set-option -g mouse off
+set-option -g mode-keys vi
+set-option -g escape-time 0
+# set-option -g default-terminal "screen-256color"
+set-option -g history-limit 5000
+set -s escape-time 0
+
+# keybindings
+bind-key ` last-window
+bind-key j next-window
+bind-key k previous-window
+bind-key e send-prefix
remember that computers suck.