aboutsummaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2022-12-09 23:30:32 +0100
committerDavid Runge <dave@sleepmap.de>2022-12-09 23:30:32 +0100
commit378cc7d1ad56bccfa7430fcf923c3ac387570277 (patch)
treea0026bbbb7452613ba402d561d62fd5c3cce2182 /.vimrc
parentd2b15dee29022c4302a3739f5673996d5b8780d8 (diff)
downloaddotfiles-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
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index f71fc02..6a42d4e 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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
"