Vim Cheat Sheet Mac




  1. Vim Cheat Sheet Wallpaper
  2. Printable Vim Cheat Sheet
  • PDF Link: cheatsheet-mac-A4.pdf, Category: tools
  • Blog URL: https://cheatsheet.dennyzhang.com/cheatsheet-mac-A4
  • Related posts: Shell CheatSheet, CheatSheet: Web Browser, #denny-cheatsheets

Vim Cheat Sheet Wallpaper

File me Issues or star this repo.

Printable Vim Cheat Sheet

  • Ah, well if you want some useful tips on vim, I suggest looking for 'cheat sheets' online. Also, the $% and ^ locations are your friend, and great time savers. Use them in combination with commands editing (delete, move, copy). – Jeremy L Mar 17 '09 at 13:20.
  • Cheat-Sheets.org#vim is a good source, as is Vim Tips wiki. Follow edited Mar 23 '11 at 5:27. Answered Mar 23 '11 at 4:24. The Tin Man the Tin Man. 150k 39 39 gold badges 197 197 silver badges 278 278 bronze badges. I just found out about that, and thankfully it comes installed on a Mac. Trying it out now (at 1 AM).

1.1 Mac Install Packages

NameComment
Mac install dropboxLink: Download Dropbox
Mac install all basic packagescode/setupmac.sh
Mac install iterm2brew cask install iterm2
Mac install jvmLink: Download Java for Mac OS X
Mac install realpathbrew install coreutils
Mac install lpassbrew install lastpass-cli

Vim cheat sheet Allison McKnight (aemcknig@andrew.cmu.edu) Navigation h Move left H Top line on screen j Move down M Middle line on screen k Move up L Bottom line on screen l Move right 10j Move down 10 lines gg First line of the le e The end of the current word G Last line of the le b Beginning of current word. Mac OS X:: VI Keyboard Shortcut Cheat Sheet Twitter: @pcgeek86 Source: http://www.worldtimzone.com/res/vi.html. For newbies, taken from this graphical vi-vim Cheat Sheet and Tutorial: The full sheet is here. ← Musings On Context, Blogging and Computing Dear Lazyweb, → This page is referenced in. The Tao of Mac is cc 2002-2021 Rui Carmo. Powered by Sushy and piku.

1.2 Summary

NameComment
Customize screenshot locationdefaults write com.apple.screencapture location ~/Dropbox/Screenshots
Share files across intranetSystem Preferences -> Sharing -> File Sharing, then 192.168.XX.XXX
Lock the screenCtrl + Shift + Power
Swap Cap and Command keyLink: support.apple.com

1.3 Fresh Mac Setup

NameComment
Install packages and configurationscode/setupmac.sh
Verify installationcode/verifyinstallation.sh
Vim cheat sheet 4kCheat

1.4 Mac Recommended Applications

Vim Cheat Sheet Mac
NameComment
MonosnapA useful free tool to capture screenshots and videos
Draw design diagramdraw.io, www.gliffy.com

1.5 Home Brew Basic

NameComment
Get brew versionbrew --version
HomeBrew updatebrew update
Install big binarybrew cask install <package_name>
List all installed casksbrew cask list, brew cask help
uninstall big binarybrew cask uninstall <package_name>
Upgrade all the casksbrew cask upgrade, brew cask upgrade --no-quarantine
Install openjdkbrew cask install adoptopenjdk
Install mvnbrew install maven
Brew install package with given versionbrew install python@2
ReferenceLink: How to Use Homebrew-Cask

1.6 zsh

Mug
NameComment
Partially disable zsh’s auto correctionalias vim=’nocorrect vim’ Link: stackoverflow
Mac

1.7 Clean & Release disk

NameComment
XcodeLibrary/Developer/Xcode/DerivedData
Trash~/.Trash, ~/trash

1.8 More Resources