eunuch.vim : Helpers for UNIX
| script karma |
Rating 22/12,
Downloaded by 467
|
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Tim Pope |
| |
| script type |
| utility |
| |
| description |
Vim sugar for the UNIX shell commands that need it the most. Commands include:
* :Unlink: Delete a buffer and the file on disk simultaneously.
* :Remove: Like :Unlink, but doesn't require a neckbeard.
* :Move: Rename a buffer and the file on disk simultaneously.
* :Chmod: Change the permissions of the current file.
* :Find: Run `find` and load the results into the quickfix list.
* :Locate: Run `locate` and load the results into the quickfix list.
* :SudoWrite: Write a privileged file with sudo.
* :Wall: Write every open window. Handy for kicking off test autorunners.
https://github.com/tpope/vim-eunuch |
| |
| install details |
| Extract in ~/.vim (~\vimfiles on Windows). |
| |
script versions (upload new version)
Click on the package to download.
| eunuch.zip |
1.1 |
2014-04-30 |
7.0 |
Tim Pope |
Provide :Mkdir.
Automatic mkdir in :Move and :Rename.
Make :Rename relative to containing directory.
Fix :Chmod error.
Rename :W to :Wall.
Skip unwritable buffers in :Wall.
Provide :SudoEdit.
Show password prompt for sudo in GUI.
Better filetype detection for files edited with with sudoedit.
Support old Vim without fnameescape. |
| eunuch.zip |
1.0 |
2012-11-05 |
7.0 |
Tim Pope |
Initial upload |
ip used for rating: 192.99.32.115
|