From 697d008f1ba7eb14d118686b14ec5eedd81067fe Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sat, 22 Nov 2014 09:39:16 +0100 Subject: [PATCH] Make all mappings silent Closes #123. --- autoload/startify.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)