Tiny fixes
Clarified naming scheme in sxhkd-chain-labels documentation. Updated year for vim copyright shortcut. Enabled automatic copying to clipboard by neovim for every yank action.
This commit is contained in:
parent
98cb2ba48c
commit
e015c4b5f1
3 changed files with 9 additions and 2 deletions
|
@ -158,6 +158,9 @@ set foldlevel=2
|
|||
highlight ColorColumn ctermbg=magenta
|
||||
call matchadd('ColorColumn', '\%81v', 100)
|
||||
|
||||
" pump all clippings into the system clipboard
|
||||
set clipboard+=unnamedplus
|
||||
|
||||
" Special setting for editing gopass files - make sure nothing leaks outside
|
||||
" the directories it is supposed to
|
||||
au BufNewFile,BufRead /dev/shm/gopass.* setlocal noswapfile nobackup noundofile nowritebackup viminfo=
|
||||
|
@ -189,7 +192,7 @@ iabbrev projcets projects
|
|||
" Text expansion
|
||||
iabbrev mo@ marty.oehme@gmail.com
|
||||
iabbrev mo.me@ <https://martyoeh.me/>
|
||||
iabbrev mcc@ Copyright 2019 Marty Oehme, all rights reserved.
|
||||
iabbrev mcc@ Copyright 2020 Marty Oehme, all rights reserved.
|
||||
|
||||
"
|
||||
" }}}
|
||||
|
|
|
@ -54,3 +54,7 @@ embeddedness
|
|||
Zapatista
|
||||
essentialism
|
||||
screenshot
|
||||
depoliticization
|
||||
exceptionalism
|
||||
presidentialization
|
||||
Polanyi
|
||||
|
|
|
@ -135,7 +135,7 @@ get_help() {
|
|||
|
||||
Instead of using an explicit configuration file, you can put the chain mode
|
||||
information into the regular sxhkdrc as comments. They need to follow this exact format:
|
||||
# mode:mode name:key chain
|
||||
# mode:mode-name:key-chain
|
||||
|
||||
They can occur anywhere in the file. The space before mode is necessary, and # needs to
|
||||
be the first character on the line. The above example file as written into the sxhkdrc:
|
||||
|
|
Loading…
Reference in a new issue