cantino / mcfly

Fly through your shell history. Great Scott!
MIT License
6.77k stars 176 forks source link

fix vim mode append command #261

Closed fabiogibson closed 2 years ago

fabiogibson commented 2 years ago

This is a slight vim mode improvement to make insert and append commands work like in vim.

i => Inserts at the current position a => inserts at one position to the right. A => inserts at the end of the line.