mirror of
https://github.com/tedkulp/dotfiles
synced 2026-03-04 13:29:57 -05:00
Have tmux stop swallowing ctrl-'
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
# Allows colors to better match
|
# Allows colors to better match
|
||||||
set-option -sa terminal-overrides ",xterm*:Tc"
|
set-option -sa terminal-overrides ",xterm*:Tc"
|
||||||
|
|
||||||
|
# Stop swalloing characters
|
||||||
|
set -g extended-keys on
|
||||||
|
set -as terminal-features 'xterm*:extkeys,tmux*:extkeys'
|
||||||
|
|
||||||
# Mouseify mode
|
# Mouseify mode
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user