plugins/tmux-navigator: use markdown admonition

This commit is contained in:
Matt Sturgeon 2024-11-16 15:51:55 +00:00
parent 7b0df222fc
commit a52572c060
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -15,7 +15,8 @@ helpers.vim-plugin.mkVimPlugin {
description = '' description = ''
When combined with a set of tmux key bindings, the plugin will allow you to navigate seamlessly between vim splits and tmux panes using a consistent set of hotkeys. When combined with a set of tmux key bindings, the plugin will allow you to navigate seamlessly between vim splits and tmux panes using a consistent set of hotkeys.
**WARNING:** to work correctly, you must configure tmux separately. > [!WARNING]
> To work correctly, you must configure tmux separately.
## Usage ## Usage