tpope / vim-rsi

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

Use Ctrl/Meta-4-f to move 4 characters/words forward, etc. #58

Open maitra opened 10 months ago

maitra commented 10 months ago

In my bash readline, I can move forward or back, and delete several characters/words at once. In particular, when I type:

Meta-4-f, I move four words forward. Ctrl-4-f, I move four characters forward.

Is it possible to get similar behavior in this and other such scenarios.

Thanks!