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 support for <C-K> #11

Closed dzderic closed 10 years ago

dzderic commented 10 years ago

Add support for kill-line.

Either deletes to the end of the line, or one character to the right (ie. the newline) if at the end of a line.

tpope commented 10 years ago

I don't think this justifies overwriting Vim's built-in <C-K>. :h i_CTRL-K