diff --git a/autoload/startify.vim b/autoload/startify.vim index d1bfa79..a0d9e62 100644 --- a/autoload/startify.vim +++ b/autoload/startify.vim @@ -370,7 +370,7 @@ function! startify#open_buffers() " no markers found; open a single buffer else try - call feedkeys(expand(''), 'nt') + call feedkeys(expand(''), 't') catch /E832/ " don't ask for undo encryption key twice edit catch /E325/ " swap file found @@ -567,7 +567,7 @@ function! s:set_mappings() abort nnoremap t :call set_mark('T') nnoremap v :call set_mark('V') nnoremap :call startify#open_buffers() - nnoremap <2-LeftMouse> :call feedkeys(expand(''), 'nt') + nnoremap <2-LeftMouse> :call feedkeys(expand(''), 't') nnoremap q :call close() " Prevent 'nnoremap j gj' mappings, since they would break navigation.