sjbach / lusty

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

Custom mappings disappear after triggering lusty juggler #19

Closed jnicklas closed 13 years ago

jnicklas commented 13 years ago

I have a couple of custom mappings in my vimrc file, such as:

" Easy window navigation
map <C-h> <C-w>h
map <C-j> <C-w>j
map <C-k> <C-w>k
map <C-l> <C-w>l

When I trigger lusty juggler, some of these mappings disappear. For example <C-h> no longer does anything, and running :map <C-h> returns no result (it did before). The mapping is just gone. Running :so $MYVIMRC brings it back, but obviously I don't want to have to do that after each time I trigger lusty juggler. Ideas?

sjbach commented 13 years ago

Unable to reproduce; have you tried the devhead version of lusty-juggler.vim? I fixed a key map bug some time back that probably caught this.

jnicklas commented 13 years ago

Just grabbed the latest version off GitHub and it seems to work. Thanks! Maybe time for a new release?