Updated for kali
This commit is contained in:
parent
8481ec351b
commit
312cbf0a08
2 changed files with 3 additions and 2 deletions
|
@ -135,7 +135,8 @@ run -b 'tmux bind -T copy-mode-vi v send -X begin-selection 2> /dev/null || true
|
||||||
run -b 'tmux bind -t vi-copy C-v rectangle-toggle 2> /dev/null || true'
|
run -b 'tmux bind -t vi-copy C-v rectangle-toggle 2> /dev/null || true'
|
||||||
run -b 'tmux bind -T copy-mode-vi C-v send -X rectangle-toggle 2> /dev/null || true'
|
run -b 'tmux bind -T copy-mode-vi C-v send -X rectangle-toggle 2> /dev/null || true'
|
||||||
run -b 'tmux bind -t vi-copy y copy-selection 2> /dev/null || true'
|
run -b 'tmux bind -t vi-copy y copy-selection 2> /dev/null || true'
|
||||||
run -b 'tmux bind -T copy-mode-vi y send -X copy-selection-and-cancel 2> /dev/null || true'
|
#run -b 'tmux bind -T copy-mode-vi y send -X copy-selection-and-cancel 2> /dev/null || true'a
|
||||||
|
run -b 'tmux bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xclip -in -selection clipboard" 2> /dev/null || true'
|
||||||
run -b 'tmux bind -t vi-copy Escape cancel 2> /dev/null || true'
|
run -b 'tmux bind -t vi-copy Escape cancel 2> /dev/null || true'
|
||||||
run -b 'tmux bind -T copy-mode-vi Escape send -X cancel 2> /dev/null || true'
|
run -b 'tmux bind -T copy-mode-vi Escape send -X cancel 2> /dev/null || true'
|
||||||
run -b 'tmux bind -t vi-copy H start-of-line 2> /dev/null || true'
|
run -b 'tmux bind -t vi-copy H start-of-line 2> /dev/null || true'
|
||||||
|
|
|
@ -254,7 +254,7 @@ tmux_conf_copy_to_os_clipboard=false
|
||||||
# force Vi mode
|
# force Vi mode
|
||||||
# really you should export VISUAL or EDITOR environment variable, see manual
|
# really you should export VISUAL or EDITOR environment variable, see manual
|
||||||
#set -g status-keys vi
|
#set -g status-keys vi
|
||||||
#set -g mode-keys vi
|
set -g mode-keys vi
|
||||||
|
|
||||||
# replace C-b by C-a instead of using both prefixes
|
# replace C-b by C-a instead of using both prefixes
|
||||||
# set -gu prefix2
|
# set -gu prefix2
|
||||||
|
|
Loading…
Reference in a new issue