tpope / vim-rsi

rsi.vim: Readline style insertion
http://www.vim.org/scripts/script.php?script_id=4359
583 stars 35 forks source link

Add <C-A>/<C-E> for visual mode #22

Closed joelmo closed 9 years ago

joelmo commented 9 years ago

These mappings are unbound in standard vim anyways.

tpope commented 9 years ago

Normal mode <C-E> is present in visual mode too.

joelmo commented 9 years ago

Ah that's right, I had only looked in help for v_CTRL keys