yi-editor / yi

The Haskell-Scriptable Editor
GNU General Public License v2.0
1.51k stars 201 forks source link

Add :next and :previous commands for vim keymap #1075

Open quickdudley opened 6 years ago

noughtmare commented 6 years ago

I'm not sure if we want to emulate vim's behavior exactly, but :bprev and :prev and :bnext and :next do different things in vim.

quickdudley commented 6 years ago

I suspect what I've ended up doing here is neither.