hard link all the dot files and add some new stuff...
This commit is contained in:
parent
26832898cd
commit
525ec8a095
318 changed files with 74 additions and 31 deletions
|
|
@ -234,16 +234,6 @@ tmux_conf_theme_clock_colour='#00afff' # light blue
|
|||
tmux_conf_theme_clock_style='24'
|
||||
|
||||
|
||||
# -- clipboard -----------------------------------------------------------------
|
||||
|
||||
# in copy mode, copying selection also copies to the OS clipboard
|
||||
# - true
|
||||
# - false (default)
|
||||
# on macOS, this requires installing reattach-to-user-namespace, see README.md
|
||||
# on Linux, this requires xsel or xclip
|
||||
# tmux_conf_copy_to_os_clipboard=false
|
||||
|
||||
|
||||
# -- user customizations -------------------------------------------------------
|
||||
# this is the place to override or undo settings
|
||||
|
||||
|
|
@ -293,4 +283,7 @@ bind h resize-pane -L 5
|
|||
run-shell /home/viktor/.tmux/resurrect/resurrect.tmux
|
||||
|
||||
|
||||
# bind -T copy-mode-vi y send-keys -X copy-pipe 'xclip -in -selection clipboard'
|
||||
# Copy to system clipboard using xlip
|
||||
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard'
|
||||
bind -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue