updates
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user