summaryrefslogtreecommitdiff
path: root/.config/tmux/tmux.conf
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2023-11-13 00:26:24 +0100
committeryuzu-eva <stevenhu@web.de>2023-11-13 00:26:24 +0100
commitd94fe2d07f49b60a240e34da4b980c8403f30283 (patch)
tree44ba36aac4fe4ecec32b155a40eca2e5e7b6d06f /.config/tmux/tmux.conf
parent9e2fd9be321d50d3166d224f8dc0e2d748945699 (diff)
update
Diffstat (limited to '.config/tmux/tmux.conf')
-rw-r--r--.config/tmux/tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index dc495a9..8bd037f 100644
--- a/.config/tmux/tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -20,6 +20,9 @@ set -g default-terminal "tmux-256color"
# Set history-limit
set -g history-limit 30000
+# enable emacs mode-keys
+set -g mode-keys emacs
+
# various window option
set -g base-index 1
set -g pane-base-index 1