https://github.com/jmettraux/dotvim
my .vim
https://github.com/jmettraux/dotvim
vim vimrc
Last synced: 2 months ago
JSON representation
my .vim
- Host: GitHub
- URL: https://github.com/jmettraux/dotvim
- Owner: jmettraux
- Created: 2012-04-11T03:59:21.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2026-04-08T10:53:19.000Z (3 months ago)
- Last Synced: 2026-04-08T12:27:27.108Z (3 months ago)
- Topics: vim, vimrc
- Language: Vim Script
- Homepage:
- Size: 723 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my .vim stuff
Nothing fancy here.
I don't use gvim or macvim.
## deps
```
# cd /usr/local/bin && ln -s python3 python
```
## ~/.vim_python
```
$ mdkir ~/.vim_python
$ python -m venv ~/.vim_python
$ cd ~/.vim_python
$ bin/pip install openai
$ bin/pip install requests
```
## shortcuts
The `` is `;`.
* `;b` opens the buffers list, see below
* `;s` opens the tree of current source dir (src/ or lib/)
* `;d` opens the current Git diff for the current directory/repo
* `;l` opens the Git history for the current directory/repo
* `;k` scans the current file and open a readonly buffer of the results
* `;m` opens the Git blame for the current file
* `;Y` opens the Git history for the current file
* `;S` opens the Git commit list for the current file
* `;g` grep for the word under the cursor in the current subdir
* `;r` opens the last Ruby Rspec output
## commands
* `:Vg ` open grep results for the given regex in the given dir
* `:Vt ` open the tree view for the given dir
## credits
So many people to credit...
## license
MIT