diff --git a/plugin/startify.vim b/plugin/startify.vim index 0b1dd09..3f032fb 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 :normal + nnoremap :execute 'normal '. matchstr(getline('.'), '\w\+') if exists('g:startify_empty_buffer_key') execute 'nnoremap '. g:startify_empty_buffer_key .' :enew'