summaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2024-02-09 22:02:40 +0800
committerSadeep Madurange <sadeep@asciimx.com>2024-02-09 22:02:40 +0800
commit68d054306340d2df24c8bccc89531b8778b93dbb (patch)
tree89e8edd937ac60cfd669a0c649381ccdccf7002b /.tmux.conf
parent1dd01be62f11dbd132a5df090d93d916ab4c15d8 (diff)
downloaddotfiles-68d054306340d2df24c8bccc89531b8778b93dbb.tar.gz
OpenBSD dotfiles.
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 %