sponsor Vim development Vim logo Vim Book Ad

vim-board : Easy notes and shortcuts

 script karma  Rating 8/4, Downloaded by 1086  Comments, bugs, improvements  Vim wiki

created by
Azabiong
 
script type
utility
 
description
This plugin introduces a file type "board" where you can write quick notes and some shortcuts to
files, directories and additional commands.

FEATURE

    After setting a custom "Key", you can use the following key sequence to bring up the board:

          Key Enter

    and to return:

          Key Esc

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

 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vim-board.zip 1.25.3 2023-11-04 8.2 Azabiong Update basic samples
  
vim-board.zip 1.25.2 2023-10-28 8.2 Azabiong Support filetype plugin  
Improve optional menu keys
vim-board.zip 1.19 2023-03-04 8.2 Azabiong Support file extension *.bd
Support optional search key '/'
vim-board.zip 1.16 2022-12-24 8.2 Azabiong Add default color set  
  dark, light
vim-board.zip 1.12 2022-12-22 8.2 Azabiong Add syntax type '?!'  
Support inline comment
vim-board.zip 1.06 2022-04-07 8.2 Azabiong Add sync terminal current working directory
  :h  BoardTermCd
vim-board.zip 1.0 2022-04-03 8.2 Azabiong Version 1.0
ip used for rating: 34.237.140.238

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github