forked from vim-scripts/vim-markdown-wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Links manipulation and navigation in markdown pages
abeels/vim-markdown-wiki-1
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a mirror of http://www.vim.org/scripts/script.php?script_id=5138 "vim-markdown-wiki" is plugin which eases the navigation between files in a personnal wiki Links syntax follows Github Flavored Markdown ie [My displayed link](My-link.md) 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
Links manipulation and navigation in markdown pages
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Vim Script 100.0%