tpope / vim-rsi

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

ctrl-y doesn't do anything #38

Closed moon-chilled closed 3 years ago

pyluyten commented 5 years ago

yes it should "yank previously inserted text" (vim vanilla binding for C-a).

This way

tpope commented 5 years ago

That's a good point, but I don't really want to shadow the built-in <C-Y>, which imho is much more useful than the built-in <C-A>.

justinmk commented 5 years ago

Updated https://github.com/tpope/vim-rsi/pull/17 , which maps <c-u> and <c-y> in cmdline-mode only.