wlangstroth / vim-racket

vim bundle for Racket
MIT License
234 stars 60 forks source link

Avoid clobbering user key mappings #51

Closed bruce-hill closed 4 years ago

bruce-hill commented 4 years ago

If users already have custom shift-K key mappings, this change will make it so vim-racket avoids clobbering them. Also, it sets up <Plug>RacketDoc bindings, which makes it easy for users to add their own custom key maps if they want to, like autocmd Filetype rkt nmap <F9> <Plug>RacketDoc