Open kis9a opened 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.
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.