jmoon018 / PacVim

GNU Lesser General Public License v3.0
3.25k stars 193 forks source link

How about moving between windows? #41

Open kctong529 opened 6 years ago

kctong529 commented 6 years ago

This game has been great for getting familiar with vim movement practice. A feature that might be interesting to have is a map which consists of multiple windows, where the player could move around with <C-w><w>. It would be useful to also include <C-o> and <C-i>.

Another possible improvement I could think of, is to display the line numbers, to facilitate jumping around different lines. Our own vim usually has the line number displayed, after all.