1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-06-20 08:08:34 +02:00
Commit Graph

124 Commits

Author SHA1 Message Date
bretello
45e0800add
vim: remove <leader>mk shortcut 2021-01-09 23:54:58 +01:00
bretello
5e4fa5ef03
vim: enable folds by default 2021-01-09 23:54:20 +01:00
bretello
651bfe01f7
vim: add Goyo shortcuts
- `<leader>za` opens Goyo
- `<leader>zz` toggles Goyo
2021-01-09 23:46:33 +01: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
6b97913926 vim: add <leader>I to toggle indent guides 2021-01-07 16:14:41 +01:00
bretello
95e74f1d32 vim: set tab config for vue files 2021-01-07 11:08:00 +01:00
bretello
b4c180b0e8 vim: set foldmethod to "indent" 2021-01-07 11:07:36 +01:00
bretello
3ee43774cc vim: fix nohighlight shortcut 2020-12-28 12:16:43 +01:00
bretello
8317b80841 vim: add vue plugin 2020-12-23 15:59:24 +01:00
bretello
0e3e7cd155
vim: fix GitGutter{Next,Previous}Hunk mappings 2020-12-10 01:24:40 +01:00
bretello
bc4db32d68
vim: move twilight256.vim theme to vim dir 2020-12-09 22:25:35 +01:00
bretello
d066906af3
vim: add extra rule for iptables filetypes 2020-12-09 22:25:35 +01:00
bretello
daf0094409
vim: add persistent undo 2020-12-09 22:25:35 +01:00
bretello
2b6cac6c8d
vim: add iptables-restore plugin 2020-12-09 01:36:55 +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
8f599cc5cc
vim/shortcuts: update GitGutter Next/Previous hunks mappings 2020-12-08 15:20:42 +01:00
bretello
1b4c259c97
vim: add ansible.yaml rules 2020-12-08 00:07:55 +01:00
bretello
9fe2ec17a6
vim: formatting in vimrc 2020-12-08 00:06:36 +01:00
bretello
c15dd149d4
vim: move ale definition to ale group 2020-12-08 00:06:36 +01:00
bretello
5bf9ace8fb
vim: replace lightline with airline 2020-12-08 00:06:36 +01:00
bretello
a24e5efa7b
vim: reload all configurations on write 2020-12-08 00:06:36 +01:00
bretello
c37017f80e
vim: add <leader>vv to re-select text after pasting 2020-12-08 00:06:36 +01:00
bretello
0b68731e97
vim: add vim-toml 2020-12-08 00:06:35 +01:00
bretello
aaf687a225
vim: split config into multiple files 2020-12-07 23:41:44 +01:00