Closed dubiousdavid closed 9 years ago
It would seem that adding let g:fireplace_no_maps=1 to my .vimrc file would disable the default key mappings, but that doesn't seem to work. Is there a way to do this?
let g:fireplace_no_maps=1
Works for me.
My mistake. I didn't realize there were existing mappings to K and [d. I understand why you chose them now :)
K
[d
It would seem that adding
let g:fireplace_no_maps=1
to my .vimrc file would disable the default key mappings, but that doesn't seem to work. Is there a way to do this?