Commit Graph

10 Commits (master)

Author SHA1 Message Date
bretello 35575755ef
vim: improve Man command display 2024-03-01 11:25:12 +01:00
bretello 2066baee05
vim: linting cleanup 2023-01-19 17:33:44 +01:00
bretello 9f566efa8e
vim: add actionlint support (through ALE) 2022-05-03 10:17:42 +02:00
bretello 26e313e21e
vim: map <leader>H to actionlint on current file 2022-04-08 12:07:48 +02:00
bretello 53b5d0f9f7
vim: fix GitStatus() 2021-09-26 15:52:21 +02:00
bretello e50cc58941
vim: add completion to Man and Cmd functions 2021-04-05 18:12:50 +02:00
bretello f19e9ea485
vim: add syntax highlighting to :Man command 2021-04-05 18:12:50 +02:00
bretello 9e2e7e1ee0
vim: add Man and Cmd functions
- `:Man <cmd>` opens the man of `cmd` in a new buffer
- `:Cmd <cmd>` executes `cmd` and shows the output in a new scratch
  buffer
2021-01-09 23:44:49 +01:00
bretello 9430765116
vim: fix visual selection commands
- use <leader>gs to run fugitive's Git show on the selected text
 (must be a git ref)
- use <leader>k to run ack on the selected text
2020-12-09 00:59:20 +01:00
bretello aaf687a225
vim: split config into multiple files 2020-12-07 23:41:44 +01:00