Change <space> binding to b

This commit is contained in:
Marco Hinz 2013-05-31 12:53:00 +02:00
parent 19d6b03b08
commit a624869b4d

View file

@ -91,7 +91,7 @@ function! startify#insane_in_the_membrane() abort
nnoremap <buffer><silent> e :enew<cr>
nnoremap <buffer><silent> i :enew <bar> startinsert<cr>
nnoremap <buffer><silent> <space> :call <SID>set_mark('B')<cr>
nnoremap <buffer><silent> b :call <SID>set_mark('B')<cr>
nnoremap <buffer><silent> s :call <SID>set_mark('S')<cr>
nnoremap <buffer><silent> v :call <SID>set_mark('V')<cr>
nnoremap <buffer> <cr> :call <SID>open_buffers(expand('<cword>'))<cr>