diff --git a/autoload/startify.vim b/autoload/startify.vim index 5f9b029..5cff3cc 100644 --- a/autoload/startify.vim +++ b/autoload/startify.vim @@ -143,8 +143,8 @@ function! startify#insane_in_the_membrane() abort nnoremap s :call set_mark('S') nnoremap t :call set_mark('T') nnoremap v :call set_mark('V') - nnoremap :call open_buffers(expand('')) - nnoremap <2-LeftMouse> :execute 'normal' matchstr(getline('.'), '\w\+') + nnoremap :call open_buffers(expand('')) + nnoremap <2-LeftMouse> :execute 'normal' matchstr(getline('.'), '\w\+') nnoremap q :call close() call cursor(s:firstline + (s:show_special ? 2 : 0), 5)