diff options
author | David Runge <dave@sleepmap.de> | 2022-12-09 23:30:32 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2022-12-09 23:30:32 +0100 |
commit | 378cc7d1ad56bccfa7430fcf923c3ac387570277 (patch) | |
tree | a0026bbbb7452613ba402d561d62fd5c3cce2182 | |
parent | d2b15dee29022c4302a3739f5673996d5b8780d8 (diff) | |
download | dotfiles-378cc7d1ad56bccfa7430fcf923c3ac387570277.tar.gz dotfiles-378cc7d1ad56bccfa7430fcf923c3ac387570277.tar.bz2 dotfiles-378cc7d1ad56bccfa7430fcf923c3ac387570277.tar.xz dotfiles-378cc7d1ad56bccfa7430fcf923c3ac387570277.zip |
Use long command names in vimrc
.vimrc:
Use long command names in vimrc
-rw-r--r-- | .vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -109,7 +109,8 @@ let g:scnvim_scdoc = 1 let g:scnvim_postwin_orientation = 'h' " gopass -au BufNewFile,BufRead /dev/shm/gopass.* setlocal noswapfile nobackup noundofile +autocmd BufNewFile,BufRead /dev/shm/gopass* setlocal noswapfile nobackup noundofile shada="" + " ultisnips " |