Skip to content

Commit

Permalink
Merge pull request square#268 from usmanity/update-readme
Browse files Browse the repository at this point in the history
docs: update readme
  • Loading branch information
SalvatoreT authored Jun 16, 2022
2 parents e4b0443 + d42f280 commit ed50409
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,20 @@ peace-loving hippies. Built for Mac OS X.
## What's in it?

* [MacVim](https://github.com/macvim-dev/macvim) (independent or for use in a terminal)
* [iTerm 2](http://www.iterm2.com/)
* [tmux](http://tmux.github.io/)
* Awesome syntax highlighting with the [Solarized color scheme](http://ethanschoonover.com/solarized)
* Want to know more? [Fly Vim, First Class](https://corner.squareup.com/2013/08/fly-vim-first-class.html)
* [iTerm 2](https://www.iterm2.com/)
* [tmux](https://tmux.github.io/)
* Awesome syntax highlighting with the [Solarized color scheme](https://ethanschoonover.com/solarized/)
* Want to know more? [Fly Vim, First Class](https://developer.squareup.com/blog/fly-vim-first-class)

### vim

The following assume your leader key is set to `,`.

You can change your leader key using the following setting in your `.vimrc`:

`let mapleader=','`


* `,d` brings up [NERDTree](https://github.com/scrooloose/nerdtree), a sidebar buffer for navigating and manipulating files
* `,t` brings up [ctrlp.vim](https://github.com/ctrlpvim/ctrlp.vim), a project file filter for easily opening specific files
* `,b` restricts ctrlp.vim to open buffers
Expand Down

0 comments on commit ed50409

Please sign in to comment.