diff --git a/autoload/startify.vim b/autoload/startify.vim index d70de1b..8fa880e 100644 --- a/autoload/startify.vim +++ b/autoload/startify.vim @@ -89,12 +89,12 @@ function! startify#insane_in_the_membrane() abort setlocal nomodifiable nomodified - nnoremap e :enew - nnoremap i :enew startinsert - nnoremap b :call set_mark('B') - nnoremap s :call set_mark('S') - nnoremap v :call set_mark('V') - nnoremap :call open_buffers(expand('')) + nnoremap e :enew + nnoremap i :enew startinsert + nnoremap b :call set_mark('B') + nnoremap s :call set_mark('S') + nnoremap v :call set_mark('V') + nnoremap :call open_buffers(expand('')) nnoremap <2-LeftMouse> :execute 'normal '. matchstr(getline('.'), '\w\+') nnoremap q \ :if (len(filter(range(0, bufnr('$')), 'buflisted(v:val)')) > 1)