dc78a25253
Add :DiagnosticToggle command to quickly (dis,en)able diagnositcs
2024-11-22 14:20:59 +00:00
cd5cd3ba69
Update comments in commands.lua
2024-09-21 10:32:18 +01:00
7963c56fd9
Add :Tac command to replace :!tac & be cross-platform
2024-09-21 10:26:46 +01:00
8b4258408e
Add :CheckboxToggle and mapping
2024-07-11 20:09:43 +01:00
c3fe8e033a
Remove stray print in :Rg command
2024-05-25 23:32:14 +01:00
fcd5cfbd54
Extend :Rg to support visual select mode
...
Also move away from using the telescope builtin grep for word under
cursor mapping by extending the `:Rg` command to work in the following
circumstances:
* `:Rg text to search for`
* `:Rg` word under cursor
* `'<,'>Rg` visual selection
2024-05-25 11:03:06 +01:00
1996e631a3
Add :PreProcIfWrap command and C/C++ mappings
...
Quickly wrap a line or range in `#if 0`/`#endif` to quickly disable
compilation of sections of code.
2024-05-25 11:02:57 +01:00
3ff031990a
Move commands.lua to plugin directory
2024-05-14 22:39:12 +01:00