matze / vim-move

Plugin to move lines and selections up and down
http://www.vim.org/scripts/script.php?script_id=4687
MIT License
1.2k stars 56 forks source link

Using Ctrl + Shift as a modifier #41

Closed numToStr closed 4 years ago

numToStr commented 4 years ago

I tried using the below but it didn't work.

let g:move_key_modifier='C-S'
matze commented 4 years ago

This has nothing to do with vim-move. See this question on StackOverflow.