sjbach / lusty

LustyExplorer / LustyJuggler for Vim
http://www.vim.org/scripts/script.php?script_id=1890
256 stars 30 forks source link

Problems using if : is remapped #90

Open skeept opened 11 years ago

skeept commented 11 years ago

Hi, I have the following maps in my .vimrc

nnoremap ; : nnoremap : ;

if I remove these mappings I can use the mapping \lj to call your plugin, but it doesn't work if I leave these mapping in my .vimrc.

Would you be able to define the mappings with nnoremap so it is compatible with my maps?

Thanks!

sjbach commented 11 years ago

That sounds all right to me. I'm hesitant to use :nnoremap in the general case, as that could be seen as overriding the user's intent, but in lusty juggler the goal is that all keys lie on a line. I don't have time right now to do this myself -- sounds simple, I know, but there are always complications -- though I'd be willing to merge a patch.