diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-11-13 00:26:24 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-11-13 00:26:24 +0100 |
| commit | d94fe2d07f49b60a240e34da4b980c8403f30283 (patch) | |
| tree | 44ba36aac4fe4ecec32b155a40eca2e5e7b6d06f /.config/tmux/tmux.conf | |
| parent | 9e2fd9be321d50d3166d224f8dc0e2d748945699 (diff) | |
update
Diffstat (limited to '.config/tmux/tmux.conf')
| -rw-r--r-- | .config/tmux/tmux.conf | 3 |
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 |
