Skip to content

Commit

Permalink
enable entended-keys
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Sep 29, 2024
1 parent cf76b3a commit 7a6c317
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .tmux.conf.local
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,9 @@ tmux_conf_urlscan_options="--compact --dedupe"
#set -g status-keys vi
#set -g mode-keys vi

# enable entended-keys
set -s extended-keys always

# replace C-b by C-a instead of using both prefixes
set -gu prefix2
unbind C-a
Expand Down
6 changes: 0 additions & 6 deletions .zshrc.local
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ fi
# source "${HOME}/.iterm2_shell_integration.zsh"
# fi

# For Tmux
if [ -n "$TMUX" ]; then
# Enable extended-keys
printf '\033[>4;1m'
fi

# For Emacs vterm
if [ -n "$INSIDE_EMACS" ]; then
DISABLE_AUTO_TITLE="true"
Expand Down

0 comments on commit 7a6c317

Please sign in to comment.