aboutsummaryrefslogtreecommitdiff
path: root/config/tmux
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-02-24 17:07:33 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-02-24 17:07:33 +0100
commit468a789dbc4b1928c035d8590895efc533520a27 (patch)
tree74cb056c37eaa50cd50491a7665608488ed4feb1 /config/tmux
parentf9883d2c3b3699d91e98feeffd7eece546f7c57e (diff)
downloaddotfiles-468a789dbc4b1928c035d8590895efc533520a27.tar.gz
dotfiles-468a789dbc4b1928c035d8590895efc533520a27.tar.bz2
dotfiles-468a789dbc4b1928c035d8590895efc533520a27.zip
Updated file tree to match XDG base directory specification
Diffstat (limited to 'config/tmux')
-rw-r--r--config/tmux/tmux.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf
new file mode 100644
index 0000000..fc2fcb2
--- /dev/null
+++ b/config/tmux/tmux.conf
@@ -0,0 +1,13 @@
+unbind C-b
+set -g prefix C-f
+bind C-f send-prefix
+
+set -g default-terminal "screen.xterm-256color"
+set -g mouse on
+setw -g mode-keys vi
+
+unbind l
+bind k select-pane -U
+bind j select-pane -D
+bind l select-pane -R
+bind h select-pane -L