vim-board : Easy notes and shortcuts
script karma |
Rating 8/4,
Downloaded by 735 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Azabiong |
|
script type |
utility |
|
description |
This plugin introduces a file type "board" where you can easily write notes, and define shortcuts
to directories, files, and various commands.
FEATURE-1
After assigning a "Key" to the plugin, you can take quick notes on the board at any time
while editing using:
Key Enter
and to return:
Key Esc
FEATURE-2
You can easily define shortcuts to directories, files, and commands on the board using simple
key-value pairs. For example:
\t ~/Documents/Terms/
v ~/.vimrc
Immediately after saving, you can use the following key sequences to change the current
working directory, and open the file:
Key \t
Key v
README
https://github.com/azabiong/vim-board
HELP
:h vim-board
|
|
install details |
To install the plugin from the downloaded archive using Vim's built-in package feature, it may be
convenient to run the following commands using copy and paste from the downloaded location.
(Linux, Mac)
PLUG="$HOME/.vim/pack/azabiong/start"
mkdir -p "$PLUG"
unzip -o -d "$PLUG" vim-board.zip
vim -u NONE -c "helptags $PLUG/vim-board/doc" -c q
(Windows)
cmd.exe
set PLUG="%USERPROFILE%/vimfiles/pack/azabiong/start"
mkdir %PLUG%
unzip -o -d %PLUG% vim-board.zip
vim -u NONE -c "helptags %PLUG%/vim-board/doc" -c q
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 207.241.236.61
|