diff --git a/plugin/startify.vim b/plugin/startify.vim index 3f032fb..e2e8e62 100644 --- a/plugin/startify.vim +++ b/plugin/startify.vim @@ -91,7 +91,7 @@ function! s:insane_in_the_membrane() abort nnoremap q :quit nnoremap e :enew nnoremap :normal - nnoremap :execute 'normal '. matchstr(getline('.'), '\w\+') + nnoremap <2-LeftMouse> :execute 'normal '. matchstr(getline('.'), '\w\+') if exists('g:startify_empty_buffer_key') execute 'nnoremap '. g:startify_empty_buffer_key .' :enew'