diff --git a/plugin/startify.vim b/plugin/startify.vim index e563b25..aa341b7 100644 --- a/plugin/startify.vim +++ b/plugin/startify.vim @@ -89,8 +89,8 @@ function! s:insane_in_the_membrane() abort setlocal nomodifiable nomodified nnoremap e :enew - nnoremap :normal - nnoremap <2-LeftMouse> :execute 'normal '. matchstr(getline('.'), '\w\+') + nnoremap :normal + nnoremap <2-LeftMouse> :execute 'normal '. matchstr(getline('.'), '\w\+') nnoremap q \ :if len(filter(range(0, bufnr('$')), 'buflisted(v:val)')) > 1 \ bd