Skip to content

Instantly share code, notes, and snippets.

@ey3bk
Last active July 12, 2022 17:50
Show Gist options
  • Save ey3bk/816efa7fe4df5a6be9917bdd16de8d37 to your computer and use it in GitHub Desktop.
Save ey3bk/816efa7fe4df5a6be9917bdd16de8d37 to your computer and use it in GitHub Desktop.
Miscellaneous Extensions
* Jumpcut - `brew install --cask jumpcut`
* AltTab - `brew install --cask alt-tab`
* Virtual Desktops - System Preferences > Keyboard > Shortcuts > Mission Control
* fzf -
```
brew install fzf
# To install useful key bindings and fuzzy completion:
$(brew --prefix)/opt/fzf/install
```
* Vimium -
```
unmap <<
unmap >>
unmap /
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment