- Vim Cheat Sheet Wallpaper
- 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
Name | Comment |
---|
Mac install dropbox | Link: Download Dropbox |
Mac install all basic packages | code/setupmac.sh |
Mac install iterm2 | brew cask install iterm2 |
Mac install jvm | Link: Download Java for Mac OS X |
Mac install realpath | brew install coreutils |
Mac install lpass | brew 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
Name | Comment |
---|
Customize screenshot location | defaults write com.apple.screencapture location ~/Dropbox/Screenshots |
Share files across intranet | System Preferences -> Sharing -> File Sharing , then 192.168.XX.XXX |
Lock the screen | Ctrl + Shift + Power |
Swap Cap and Command key | Link: support.apple.com |
1.3 Fresh Mac Setup
Name | Comment |
---|
Install packages and configurations | code/setupmac.sh |
Verify installation | code/verifyinstallation.sh |
1.4 Mac Recommended Applications
Name | Comment |
---|
Monosnap | A useful free tool to capture screenshots and videos |
Draw design diagram | draw.io, www.gliffy.com |
1.5 Home Brew Basic
Name | Comment |
---|
Get brew version | brew --version |
HomeBrew update | brew update |
Install big binary | brew cask install <package_name> |
List all installed casks | brew cask list , brew cask help |
uninstall big binary | brew cask uninstall <package_name> |
Upgrade all the casks | brew cask upgrade , brew cask upgrade --no-quarantine |
Install openjdk | brew cask install adoptopenjdk |
Install mvn | brew install maven |
Brew install package with given version | brew install python@2 |
Reference | Link: How to Use Homebrew-Cask |
1.6 zsh
Name | Comment |
---|
Partially disable zsh’s auto correction | alias vim=’nocorrect vim’ Link: stackoverflow |
1.7 Clean & Release disk
Name | Comment |
---|
Xcode | Library/Developer/Xcode/DerivedData |
Trash | ~/.Trash , ~/trash |
1.8 More Resources