Mac Key Commands
|
Open anything and begin searching for file |
|
New tab |
|
New window |
|
Reopen last closed tab |
|
Close active tab |
|
Save |
|
Undo |
|
Redo |
|
Distraction free full screen mode (enter/exit) |
|
File explorer (NerdTree) |
|
Previous tab |
|
Next tab |
|
Tab 1 |
|
Sort lines |
|
Toggle spell check |
|
Toggle comments (line or selection) |
|
Format & indent entire file, restore cursor |
|
Toggle quickfix list |
|
Toggle error list |
|
Back to Vim navigation mode (Mega Escape) |
|
Accept highlighted autocomplete entry
|
File Explorer / NerdTree
|
Reveal current file in side bar file explorer |
|
Move up |
|
Move down |
|
Open a file in new tab or jump to existing window if already open |
|
Open a file in vertical split or jump to existing window if already open |
|
Open a file in horizontal split or jump to existing window if already open |
|
Move up a directory |
|
Expand sub-directory |
|
Set file explorer directory to Vim |
|
Set Vim |
|
Show menu of possible commands |
Command-P
|
While searching, opens the top hit in new tab or jumps to existing window if already open |
|
While searching, opens the top hit in a vertical split or jumps to existing window if already open |
|
While searching, opens the top hit in a horizontal split or jumps to existing window if already open |
|
While searching, refreshes the search results if files have changed on disk |
|
Kill slow search |
Bundles (vim-plug)
|
Check if a new version of vim-plug is available |
|
Check the status of plugins |
|
Install all specified plugins. Already installed are not re-installed, missing will be installed |
|
Install or update configured plugin |
|
Remove unused directories, |
|
Examine changes from the previous update and the pending changes |
|
Generate script for restoring the current snapshot of the plugins |
Notes
- Created by Robert M. Münch, Saphirion AG, Switzerland, based on https://github.com/jordwalke/vimbox.