summaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf10
1 files changed, 0 insertions, 10 deletions
diff --git a/.tmux.conf b/.tmux.conf
deleted file mode 100644
index bb66436..0000000
--- a/.tmux.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-# remap prefix from 'C-b' to 'C-a'
-unbind C-b
-set-option -g prefix C-a
-bind-key C-a send-prefix
-
-# split panes using | and -
-bind H split-window -h
-bind V split-window -v
-unbind '"'
-unbind %