summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-01-09 19:19:18 +0000
committerMike Crute <mike@crute.us>2020-01-09 19:23:51 +0000
commitedd8d49f13f5abb402d68e4f4672cf700e72b232 (patch)
tree81afb403a41f7448faacad5252de10451dba69b0 /.tmux.conf
parentdef88e7b9e3e23bb339d6a9df121949dab0dcb03 (diff)
downloaddotfiles-edd8d49f13f5abb402d68e4f4672cf700e72b232.tar.bz2
dotfiles-edd8d49f13f5abb402d68e4f4672cf700e72b232.tar.xz
dotfiles-edd8d49f13f5abb402d68e4f4672cf700e72b232.zip
Disable tmux window renames
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index f28ffd3..3ab1a43 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -9,6 +9,9 @@ set -g aggressive-resize on
9# tmux chooses vim keys because my EDITOR is vim 9# tmux chooses vim keys because my EDITOR is vim
10set -g mode-keys emacs 10set -g mode-keys emacs
11 11
12# Don't allow applications to rename windows once we name them ourselves.
13set -g allow-rename off
14
12# Key bindings 15# Key bindings
13bind k clear-history 16bind k clear-history
14bind . set status off 17bind . set status off