Skip to content

Commit

Permalink
add vim-eunuch
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Dec 8, 2012
1 parent 6e19661 commit 142c357
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -55,3 +55,6 @@
[submodule "bundle/markdown-folding"]
path = bundle/markdown-folding
url = https://github.com/nelstrom/vim-markdown-folding
[submodule "bundle/eunuch"]
path = bundle/eunuch
url = https://github.com/tpope/vim-eunuch
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -141,6 +141,15 @@ In visual mode:
* `:Gremove` - `rm %`
* `:Gmove <dest>` - `mv % <dest>`

### Eunuch

* `:Rename[!]`
* `:SudoWrite`
* `:Remove[!]`
* `:Find[!] {args}` - run `find` and load results into quickfix
* when you create a file that starts with a shebang, it gets `chmod +x`
automatically on first save!

### Pathogen

Quickly open vim runtime files:
Expand Down
1 change: 1 addition & 0 deletions bundle/eunuch
Submodule eunuch added at 199d8b

0 comments on commit 142c357

Please sign in to comment.