vim-scratchpad : toggle a scratchpad
script karma |
Rating 15/6,
Downloaded by 1624 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Enno Nagel |
|
script type |
utility |
|
description |
This plug-in adds a key binding, by default 'dsp' (= 'Display Scratch Pad'), that toggles
a scratchpad. It assumes the file type 'FT' and working directory 'CWD' of the
currently opened buffer, and is stored in 'CWD/.scratchpads/scratchpad.FT'
The subdirectory where the scratchpad is stored in is set by the variable
let g:scratchpad_path = '.scratchpads'
and the key binding is set by the mapping
nmap dsp <Plug>(ToggleScratchPad)
vim-scratchpad is developed at
https://github.com/konfekt/vim-scratchpad
where issues can be filed. |
|
install details |
Unzip vim-scratchpad.zip into ~/.vim on Linux or %USERPROFILE%\vimfiles on Windows. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 98.82.120.188
|