matze / vim-move

Plugin to move lines and selections up and down

Home Page:http://www.vim.org/scripts/script.php?script_id=4687

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to let <Leader> as g:move_key_modifier

SailorCrane opened this issue · comments

commented

I do this:
let g:move_key_modifier = '<Leader>'

but It does not work.

You are are setting the modifier to nothing? I don't think that works and I also don't think it works to use <Leader> because that is used in key sequences not as temporary modifiers.

commented

I see. Thank you very much.