This commit is contained in:
Henrik Bakken
2022-04-28 16:17:40 +02:00
parent 2c9338d672
commit d770abf8ef
4 changed files with 5 additions and 5 deletions
+1
View File
@@ -71,6 +71,7 @@ bind -T copy-mode-vi v send-keys -X begin-selection
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xclip -i -f -selection primary | xclip -i -selection clipboard"
bind -T copy-mode-vi r send-keys -X rectangle-toggle
bind -T copy-mode-vi Escape send-keys -X cancel
bind -T copy-mode-vi q send-keys -X clear-selection
# Rename window
bind , command-prompt "rename-window %%"