vim-cheat-sheet icon indicating copy to clipboard operation
vim-cheat-sheet copied to clipboard

A mobile friendly Vim cheat sheet

Results 36 vim-cheat-sheet issues
Sort by recently updated
recently updated
newest added

Hi, I added Korean translation(gj, gk). Could you please check? Thank you 😄

made changes to ./views/partials/sheet.hbs added new vim commands to cursorMovement section for position cursor at top and bottom of screen added new vim commands to cutAndPaste section for specifying line...

Polish translation of sections: – cursor movement – insert mode completed.

There are some useful commands: 1. `:ba[ll]` - edit all buffers as horizontal windows; 2. ``, etc.).

I guess this could be helpful to vim learners. Ref: https://blog.sanctum.geek.nz/vim-command-window/

There's already `zz`, which position current line in the center of a page. Similarly, `zt` and `zb` position current line to the top or bottom respectively.

Everything needs a dark theme. And it`s couple lines of css and js

Added "gb" combination for creating multiple cursors to mark matching words and symbols in EN, ES and DE