tmux escape fix and binutils to path, Lazy-lock

This commit is contained in:
Josh Patra
2024-03-22 17:37:31 -04:00
parent b930bb8177
commit f4c0a4c83e
3 changed files with 30 additions and 26 deletions

View File

@@ -12,6 +12,10 @@ unbind %
# set vi-mode
set-window-option -g mode-keys vi
# escape-time
set -g escape-time 10
# keybindings for better selections
bind-key -T copy-mode-vi v send-keys -X begin-selection
bind-key -T copy-mode-vi C-v send-keys -X rectangle-toggle