Browse Source

fix ,bx keybinding for new BufExplorer version

master
Jonathan "Duke" Leto 10 years ago
parent
commit
d95f1c5c24
  1. 2
      config/.vimrc

2
config/.vimrc

@ -284,6 +284,8 @@ let asmsyntax = "nasm"
" "au! BufRead,BufNewFile *.asm
" "au! BufRead,BufNewFile *.inc se syn=nasm
noremap <silent> <Leader>bx :BufExplorerVerticalSplit<CR>
function! TextMode() " Stolen from David Hand
set nocindent " nocin: don't use C-indenting
set nosmartindent " nosi: don't "smart" indent, either

Loading…
Cancel
Save