Compare commits

...

2 Commits

Author SHA1 Message Date
David Holland 11795b3379
Update submodule .config/nvim 2020-09-03 19:31:28 +02:00
David Holland 0d15b8962f
Fix truecolor issue with tmux 2020-09-03 19:29:24 +02:00
2 changed files with 9 additions and 2 deletions

@ -1 +1 @@
Subproject commit 9d805e8b11532617dc713393caf3cc4f6f4b1763
Subproject commit 82d0921ac0ad10ca95da7bb45bb689ef56df790e

View File

@ -1,11 +1,18 @@
set-option -ga terminal-overrides ",st-256color:Tc"
setw -g mode-keys vi
set -g mouse on
set-option escape-time 0
set-option -g allow-rename off
bind r source-file ~/.tmux.conf
set-option escape-time 0
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
bind-key -T copy-mode-vi 'v' send -X begin-selection
bind-key -T copy-mode-vi 'y' send -X copy-selection-and-cancel