Commit Graph

38 Commits (1a3856d78ddc71e7bc0fec61ad540e6510f5d145)

Author SHA1 Message Date
bretello 1a3856d78d vim: add yankstack mapping 2021-11-16 14:34:46 +01:00
bretello 9d901364fc
vim: improve git shortcuts 2021-10-01 17:34:37 +02:00
bretello 55ca57247d
vim: replace CTRLP with fzf.vim
- add fzf.vim
- Remove ack plugin (use :Rg instead)
2021-10-01 17:34:36 +02:00
bretello 6a1bba6bbd
add more fzf goodies 2021-10-01 17:34:36 +02:00
bretello bf933fcf3e
vim: shortcuts: fix <leader>k 2021-09-26 16:09:47 +02:00
bretello 14be7945e1
vim: shortcuts: improve tab navigation 2021-09-26 16:02:21 +02:00
bretello 32ca99ea14 vim: update git shortcuts 2021-08-09 18:38:35 +02:00
bretello 9ae5b71263 vim: fix visual mode yank to clipboard 2021-05-19 11:28:34 +02:00
bretello 0cde5c3ea8 vim: add truecolor support 2021-05-19 11:27:25 +02:00
bretello 9ac97f0af7
vim: fix copy/paste shortcuts
use map instead of noremap so that <leader>Y can be also used
in visual mode
2021-04-11 18:50:03 +02:00
bretello 7f2e0333fd
vim: add <leader>m to run make silently 2021-04-11 13:26:50 +02:00
bretello ab7660a41b
vim: fix python breakpoint macro (@b) 2021-04-11 13:24:17 +02:00
bretello 3bab8cd959
vim: add csv plugin 2021-04-05 18:12:53 +02:00
bretello 61fcdb7ea7
vim: remove duplicate shortcut 2021-04-05 18:12:53 +02:00
bretello 40074e5655
vim: add <leader>ll to open loclist 2021-04-05 18:12:53 +02:00
bretello 681acc90e6
vim: use <leader>ep to open plugs.vim 2021-04-05 18:12:52 +02:00
bretello 1a603373ec
vim: add <leader>t shortcuts class for tab navigation 2021-04-05 18:12:52 +02:00
bretello 5a79c63f33
vim: map <leader>/ to Git 2021-04-05 18:12:52 +02:00
bretello 7bdba383c6
vim: map <leader>r to ALERepeatSelection, add -relative flag to ALEFindReferences 2021-04-05 18:12:51 +02:00
bretello d88b203b73
vim: add <leader>ef,ec,es to open config files
<leader>ef edits $DOTFILES/vim/functions.vim
<leader>ec edits $DOTFILES/vim/plugins_config.vim
<leader>es edits $DOTFILES/vim/shortcuts.vim
2021-04-05 18:12:51 +02:00
bretello 185330490b
vim: shortcuts: fix clipboard yanking on linux 2021-04-05 18:12:51 +02:00
bretello 4f34f5957f
vim: shortcuts: use loclist for Ack (LAck), cleanup 2021-04-05 18:12:51 +02:00
bretello 9dd2aa7ac4
Revert "vim: remove <leader>mk shortcut"
This reverts commit 45e0800add.
2021-04-05 18:12:50 +02:00
bretello 43b72d36dd
vim: remove :Explore shortcut 2021-04-05 18:12:49 +02:00
bretello f9fe64f9f8
vim: map <leader>H to HighlightCoverageForAll 2021-04-05 18:12:49 +02:00
bretello b01bf588eb
vim: swap CtrlPBufTag with CtrlPTag, add CtrlPLine 2021-04-05 18:12:48 +02:00
bretello 42422738e4
vim: improve CtrlP shortcuts, remove bufexplorer plug 2021-01-15 00:12:13 +01:00
bretello 45e0800add
vim: remove <leader>mk shortcut 2021-01-09 23:54:58 +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 6b97913926 vim: add <leader>I to toggle indent guides 2021-01-07 16:14:41 +01:00
bretello 3ee43774cc vim: fix nohighlight shortcut 2020-12-28 12:16:43 +01:00
bretello 0e3e7cd155
vim: fix GitGutter{Next,Previous}Hunk mappings 2020-12-10 01:24:40 +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 c15dd149d4
vim: move ale definition to ale group 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 aaf687a225
vim: split config into multiple files 2020-12-07 23:41:44 +01:00