remove useless <silent>

This commit is contained in:
Marco Hinz 2013-04-27 18:40:59 +02:00
parent 225e09fe96
commit bafdbcaa96

View file

@ -89,8 +89,8 @@ function! s:insane_in_the_membrane() abort
setlocal nomodifiable nomodified
nnoremap <buffer><silent> e :enew<cr>
nnoremap <buffer><silent> <cr> :normal <c-r><c-w><cr>
nnoremap <buffer><silent> <2-LeftMouse> :execute 'normal '. matchstr(getline('.'), '\w\+')<cr>
nnoremap <buffer> <cr> :normal <c-r><c-w><cr>
nnoremap <buffer> <2-LeftMouse> :execute 'normal '. matchstr(getline('.'), '\w\+')<cr>
nnoremap <buffer> q
\ :if len(filter(range(0, bufnr('$')), 'buflisted(v:val)')) > 1 <bar>
\ bd <bar>