Skip to content

Vim plugin wich eases links manipulation and navigation in markdown pages

Notifications You must be signed in to change notification settings

abeels/vim-markdown-wiki

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

vim-markdown-wiki

vim-markdown-wiki is a Vim plugin which eases the navigation between files in a personnal wiki based on markdown

Installation

Copy the ftplugin/mkd_wiki.vim file into the $HOME/.vim/ftplugin/ directory or add the line Bundle 'mmai/vim-markdown-wiki' in your .vimrc if you use Vundle or a similar plugin manager

Usage

Link creation:

  • Hit the ENTER key when the cursor is on a text between brackets : [a title]
  • The link will be created [a title](a-title.md) and the corresponding file will be loaded in the buffer.

Navigation:

  • Hit the ENTER key when the cursor is on a wiki link
  • The corresponding link file is loaded in the current buffer.
  • Hit Shift + ENTER to go back

About

Vim plugin wich eases links manipulation and navigation in markdown pages

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 100.0%