Compare commits
2 commits
b7ba1287ca
...
e5bffa3ab5
| Author | SHA1 | Date | |
|---|---|---|---|
| e5bffa3ab5 | |||
| 711c47acc0 |
2 changed files with 10 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -285,3 +285,6 @@ tags
|
|||
|
||||
### Tmux ###
|
||||
tmux.sh
|
||||
|
||||
*.orig
|
||||
*.dump
|
||||
|
|
|
|||
|
|
@ -13,8 +13,14 @@ bind-key -T copy-mode-vi y send-keys -X copy-selection
|
|||
# toggle tmux theme
|
||||
bind T run-shell ~/.local/bin/tmux-toggle.sh
|
||||
|
||||
set-option -ga terminal-overrides ",wezterm:Tc"
|
||||
set-option -g default-shell /bin/bash
|
||||
set-option -g default-terminal 'tmux-256color'
|
||||
set-option -sa terminal-features ',wezterm:RGB'
|
||||
set-option -ga terminal-features ',wezterm:usstyle' # undercurl support
|
||||
set-option -ga terminal-features ',wezterm:strikethrough'
|
||||
|
||||
# enable OSC 52 clipboard synchronization
|
||||
set -g set-clipboard on
|
||||
|
||||
# see https://github.com/neovim/neovim/issues/2035
|
||||
set-option -sg escape-time 10 # in milliseconds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue