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
For example 'require("plugins.autopairs")', how can I change this behaviour so it does something else and which plugin is it using? Would also like to know what function its triggering so I can map it to a keyboard shortcut. Thanks in advance.
The text was updated successfully, but these errors were encountered:
h <C-LeftMouse> shows that it is mapped to jump to the under the cursor.
You can remap <C-LeftMouse> to do something you want it to do.
For example, :nnoremap <C-LeftMouse> viw makes Ctrl click selects the word under the cursor.
For example 'require("plugins.autopairs")', how can I change this behaviour so it does something else and which plugin is it using? Would also like to know what function its triggering so I can map it to a keyboard shortcut. Thanks in advance.
The text was updated successfully, but these errors were encountered: