aboutsummaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf13
1 files changed, 0 insertions, 13 deletions
diff --git a/.tmux.conf b/.tmux.conf
deleted file mode 100644
index fc2fcb2..0000000
--- a/.tmux.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-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