zhaocai / GoldenView.Vim

Always have a nice view for vim split windows!
http://zhaocai.github.io/GoldenView.Vim/
219 stars 14 forks source link

Can't reassign split shortcut #27

Closed liberninja closed 8 years ago

liberninja commented 8 years ago

I'm able to assign and use a new shortcut for GoldenViewSplit, but the old shortcut still persists. Here's my config in .vimrc:

let g:goldenview__enable_default_mapping = 0 nmap <silent> <C-S-L> <Plug>GoldenViewSplit

Ctrl-Shift-L now works, but Ctrl-L also works. I have that assigned to something else, so it's creating a conflict that I can't get rid of. Any suggestions?

**update - just steered clear of using L, and it's fine now. Not ideal though...