remove b key from vimbox
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
function! Box_clear ()
|
||||
mapclear!
|
||||
map <space> :<C-U>call Flip_box()<CR>j^
|
||||
map b i[ ] <ESC>hhh
|
||||
map! <C-b> [ ]
|
||||
set laststatus=2
|
||||
set statusline=%f\ %=\ \[ChkB[x]\ spc,b]\ (%v,%l)
|
||||
set statusline=%f\ %=\ ([x]\ spc,^b)\ (%v,%l)
|
||||
hi StatusLine ctermfg=cyan ctermbg=black
|
||||
endfunction
|
||||
call Box_clear()
|
||||
|
||||
Reference in New Issue
Block a user