This commit is contained in:
Henrik Bakken
2020-11-09 17:25:35 +01:00
parent 2ce21e7f71
commit d5577c96de
5 changed files with 49 additions and 29 deletions
+3 -2
View File
@@ -21,6 +21,7 @@ set -g mouse on
# clipboard control
set -g set-clipboard on
set -g history-limit 20000
set -g focus-events on
# screen colors
set -g default-terminal "tmux-256color"
@@ -64,7 +65,7 @@ bind ø command-prompt
bind v copy-mode
# clipboard control
bind P paste-buffer
bind p paste-buffer
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
@@ -76,7 +77,7 @@ bind , command-prompt "rename-window %%"
# Clock mode
bind t clock-mode
# Show pane info
# Show pane numbers
bind i display-panes
# Config Reloads