Add gopass settings for vim
This commit is contained in:
parent
710e47758d
commit
76efabe67b
1 changed files with 5 additions and 1 deletions
|
@ -428,6 +428,10 @@ set noshowmode
|
|||
highlight ColorColumn ctermbg=magenta
|
||||
call matchadd('ColorColumn', '\%81v', 100)
|
||||
|
||||
" 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
|
||||
|
||||
" }}}
|
||||
" KEYBINDINGS {{{
|
||||
" ================================================================================
|
||||
|
@ -606,7 +610,7 @@ iabbrev whit with
|
|||
iabbrev whith with
|
||||
|
||||
" Text expansion
|
||||
iabbrev @@ marty.oehme@gmail.com
|
||||
iabbrev @e@ marty.oehme@gmail.com
|
||||
iabbrev ccopy Copyright 2019 Marty Oehme, all rights reserved.
|
||||
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue