kis9a / vimsidian

Vim plugin for PKM like obsidian.md
Do What The F*ck You Want To Public License
55 stars 0 forks source link

Make the link open mode more flexible #29

Open kis9a opened 3 months ago

kis9a commented 3 months ago

You can use g:vimsidian_link_open_mode to specify the command to open the link, but sometimes you want to open it in a different mode.

For example, on https://github.com/kis9a/vim-toggle-terminal, you can use v:count to select the terminal you want to open by typing a number before executing the mapping.

Similarly, this allows you to open the same link using the command + key type to open the link without adding too many commands.