tpope / vim-fireplace

fireplace.vim: Clojure REPL support
https://www.vim.org/scripts/script.php?script_id=4978
1.75k stars 139 forks source link

Disable default key mappings #216

Closed dubiousdavid closed 9 years ago

dubiousdavid commented 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?

tpope commented 9 years ago

Works for me.

dubiousdavid commented 9 years ago

My mistake. I didn't realize there were existing mappings to K and [d. I understand why you chose them now :)