浏览代码

Change <space> binding to b

Marco Hinz 12 年之前
父节点
当前提交
a624869b4d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      autoload/startify.vim

+ 1 - 1
autoload/startify.vim

@@ -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>