Compare commits
No commits in common. "ef53f2712eb7eea0639a6d689f91c66ffc57792c" and "a1daaefe091298d52031de3c333b01043e2d6b3d" have entirely different histories.
ef53f2712e
...
a1daaefe09
|
|
@ -11,7 +11,6 @@ alias yup="yadm pull --rebase"
|
|||
alias yp="yadm push"
|
||||
alias todo="vi ~/Nextcloud/TODO/todo.txt"
|
||||
alias sysup="sudo apt update && sudo apt upgrade -y"
|
||||
alias g="./gradlew"
|
||||
alias k="kubectl"
|
||||
alias kns="kubens"
|
||||
alias kctx="kubectx"
|
||||
|
|
|
|||
|
|
@ -9,8 +9,6 @@ set-option -s set-clipboard off
|
|||
bind P paste-buffer
|
||||
bind-key -T copy-mode-vi v send-keys -X begin-selection
|
||||
bind-key -T copy-mode-vi y send-keys -X rectangle-toggle
|
||||
bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel 'xclip -se c -i'
|
||||
unbind -T copy-mode-vi Enter
|
||||
bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel 'xclip -se c -i'
|
||||
#bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel 'xclip -se c -i'
|
||||
|
||||
set-option -g history-limit 100000
|
||||
|
|
|
|||
Loading…
Reference in New Issue