summaryrefslogtreecommitdiff
path: root/ar/.config/tmux/tmux.conf
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-26 12:54:33 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-26 12:54:33 +0900
commit9ca73d77c33f382abf6ca539a0fbf75a58946306 (patch)
tree9b72770200350c6dfd521d376e420a1b62489303 /ar/.config/tmux/tmux.conf
parent61108494307912ae5af32d235f54113de626404f (diff)
modified core/keymaps.lua, modified tmux/tmux.conf
Diffstat (limited to 'ar/.config/tmux/tmux.conf')
-rw-r--r--ar/.config/tmux/tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/ar/.config/tmux/tmux.conf b/ar/.config/tmux/tmux.conf
index 3a4eae8..1218cf2 100644
--- a/ar/.config/tmux/tmux.conf
+++ b/ar/.config/tmux/tmux.conf
@@ -10,10 +10,12 @@ if 'test ! -d "${TMUX_PLUGIN_MANAGER_PATH}/tpm"' {
### --- Settings --- ###
# general
+set -as terminal-features 'xterm*:extkeys'
set -g base-index 1
set -g pane-base-index 1
set -g default-shell /usr/bin/zsh
set -g detach-on-destroy off
+set -s extended-keys on
set -g focus-events on
set -g history-limit 1000000
set -g mouse on