You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically no mapping in :h bullets-mappings is repeatable with ., which in my opinion is a core Vim feature. This could for instance be added using the tpope's vim-repeat .
The text was updated successfully, but these errors were encountered:
Adding support to a plugin is generally as simple as the following command at the end of your map functions.
silent! call repeat#set("\<Plug>MyWonderfulMap", v:count)
Basically no mapping in
:h bullets-mappings
is repeatable with.
, which in my opinion is a core Vim feature. This could for instance be added using the tpope's vim-repeat .The text was updated successfully, but these errors were encountered: