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
Some (many) plugins set their own keybinds, such as toggleterm.nvim or nvim-surround. What would the ideomatic way to load those plugins on their keybinds be, would it just be to duplicate those binds in the keys={} section of the spec?
Some (many) plugins set their own keybinds, such as
toggleterm.nvimornvim-surround. What would the ideomatic way to load those plugins on their keybinds be, would it just be to duplicate those binds in thekeys={}section of the spec?