make mouse clicks select an entry

This commit is contained in:
Marco Hinz 2013-04-27 10:24:55 +02:00
parent d8da3a2a9e
commit 25a900a40a

View file

@ -91,6 +91,7 @@ function! s:insane_in_the_membrane() abort
nnoremap <buffer> q :quit<cr>
nnoremap <buffer><silent> e :enew<cr>
nnoremap <buffer><silent> <cr> :normal <c-r><c-w><cr>
nnoremap <buffer><silent> <LeftMouse> :normal <c-r><c-w><cr>
if exists('g:startify_empty_buffer_key')
execute 'nnoremap <buffer><silent> '. g:startify_empty_buffer_key .' :enew<cr>'