https://github.com/samuelsimoes/vimfiles
My Vimfiles
https://github.com/samuelsimoes/vimfiles
vimfiles
Last synced: 4 months ago
JSON representation
My Vimfiles
- Host: GitHub
- URL: https://github.com/samuelsimoes/vimfiles
- Owner: samuelsimoes
- Created: 2013-04-13T16:36:51.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T12:35:12.000Z (about 7 years ago)
- Last Synced: 2025-08-01T16:42:19.795Z (11 months ago)
- Topics: vimfiles
- Language: Vim script
- Homepage:
- Size: 151 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Run:
```
$ curl https://raw.githubusercontent.com/samuelsimoes/vimfiles/master/install.sh | sh
```
Wait and enjoy! =D
## Useful plugins
### [ctrlp.vim](https://github.com/kien/ctrlp.vim)
Vim CtrlP is a convenient fuzzy finder.
With CtrlP opened use `ctrl-p` and `ctrl-n` to move to up and down on path list.
My CtrlP uses the [FelikZ/ctrlp-py-matcher](https://github.com/FelikZ/ctrlp-py-matcher)
which boost the on type matching on path list. :metal:
Protip: if the path doesn't matter to your search find your file more quickly
using the filename only mode. To toggle between modes use the `ctrl-d` with ctrlp open.
Protip 2: use the "most recently used" mode when you need the last opened files.
On my mappings you can open the CtrlP on MRU mode using `mr`.
### [gist-vim](https://github.com/mattn/gist-vim)
Create Gists from your Vim. Just run the comand `:Gist` and get the link. :heartbeat: ([login instructions](https://github.com/mattn/gist-vim#setup))
### [vim-g](https://github.com/szw/vim-g)
Tiny plugin that allows you to perform a quick Google search directly from Vim.
It opens a new browser window with results. Just select what you want search and run the command `:G`.
### [vim-easymotion](https://github.com/Lokaltog/vim-easymotion)
Seriously, is like teleportation in your code!
Activated on my Vimfiles with `\`.
And **[more](neobundle.vim)**.