A mobile friendly Vim cheat sheet
rtorruellas.com
A mobile friendly Vim cheat sheet
1–10 of 20 posts
Re: A mobile friendly Vim cheat sheet
#2Actually just what I was after. Thanks for your efforts on this :)
Re: A mobile friendly Vim cheat sheet
#3Cool, thanks!
Re: A mobile friendly Vim cheat sheet
#4Under "Working with multiple files", the split command is incorrect. It's not Ctrl+WQ; it's Ctrl+WS.
Re: A mobile friendly Vim cheat sheet
#5Under "Working with multiple files", the split command is incorrect. It's not Ctrl+WQ; it's Ctrl+WS.
Awesome find. I'll get that fixed.
EDIT: Looks like someone had a pull request for it. Merged.
Re: A mobile friendly Vim cheat sheet
#6"c$ - change (replace) to the end of line"
I find 'C' simpler for that command.
Re: A mobile friendly Vim cheat sheet
#7Looks awesome. Going over it I'm surprised how much Vim I know already without thinking.
Re: A mobile friendly Vim cheat sheet
#8Very useful. Needs a few typo fixes, but it's bookmarked on my phone :)
Re: A mobile friendly Vim cheat sheet
#9I'm a bit confused what the intended use case is, here. Is the idea to have it loaded on your tablet while programming on your laptop or desktop so you don't have to switch screens? Why not just print it out and pin it to the wall?
Re: A mobile friendly Vim cheat sheet
#10I'm a bit confused what the intended use case is, here. Is the idea to have it loaded on your tablet while programming on your laptop or desktop so you don't have to switch screens? Why not just print it out and pin it to the wall?
I made a similar cheat sheet years ago as a PDF. It got some popularity around the developer community. I think it being html/an open source document, you can use it in many different ways (including printing it out and putting it on your wall). The fact that I have already received pull request I think shows it might be a good idea.