Compare commits
No commits in common. "e5bffa3ab5197d8b6952f6b8eb316caa1d9cd994" and "b7ba1287ca75e2e41f14d35765f9925cdb4fb95c" have entirely different histories.
e5bffa3ab5
...
b7ba1287ca
2 changed files with 1 additions and 10 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -285,6 +285,3 @@ tags
|
||||||
|
|
||||||
### Tmux ###
|
### Tmux ###
|
||||||
tmux.sh
|
tmux.sh
|
||||||
|
|
||||||
*.orig
|
|
||||||
*.dump
|
|
||||||
|
|
|
||||||
|
|
@ -13,14 +13,8 @@ bind-key -T copy-mode-vi y send-keys -X copy-selection
|
||||||
# toggle tmux theme
|
# toggle tmux theme
|
||||||
bind T run-shell ~/.local/bin/tmux-toggle.sh
|
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-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
|
# see https://github.com/neovim/neovim/issues/2035
|
||||||
set-option -sg escape-time 10 # in milliseconds
|
set-option -sg escape-time 10 # in milliseconds
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue