Commit Graph

67 Commits (master)

Author SHA1 Message Date
bretello 5674865f11
vim: cleanup clipboard shortcuts 2024-03-21 14:55:06 +01:00
bretello 04bfe043ab
vim: use <leader>N,P for :cnext,:cprevious 2024-03-01 11:25:12 +01:00
bretello 245eb034f4
vim: add comments to navigation shortcuts 2023-12-28 16:23:18 +01:00
bretello c41a91e784
vim: add <Leader>] and <Leader>[ to move between definitions
`<Leader>[` moves to the start of the previous method/function/class
definition, `<Leader>]` to the start of the next
2023-11-22 12:52:22 +01:00
bretello a0c5985009
vim: ale: add basic android dev configuration 2023-09-15 00:29:55 +02:00
bretello be236d0e25
vim: <leader>Q :close! 2023-09-14 23:30:31 +02:00
bretello 323542a705
vim: cleanup wayland copy/paste 2023-09-14 13:07:36 +02:00
bretello 2066baee05
vim: linting cleanup 2023-01-19 17:33:44 +01:00
bretello 8d561fea1f
vim: add <leader>D :AleToggle 2023-01-17 13:57:14 +01:00
bretello 9299c753e0
vim: add F8 shortcut for tagbar 2022-12-23 12:12:25 +01:00
bretello 12e521a2c6
vim: remap <leader>gl to Commits, add <leader>gL for :Bcommits 2022-12-21 13:54:02 +01:00
bretello 5b575986c9
misc improvements/cleanup
- add fzf-tab-config
- fix fzf plugin install
- change shortcut for spell
- set default shell to zsh
2022-11-26 00:56:23 +01:00
bretello b0ae3d6e3d
vim: update ale/gutentags config, add new git maps
Git maps:

- <leader>gp -> push
- <leader>gl -> log
- <leader>gc -> commit
- <leader>gpf -> push --force-with-lease
- <leader>gs -> stage hunk under cursor
- <leader>gu -> unstage hunk under cursor
2022-08-12 15:52:55 +02: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 75a00b2380
vim: fix Goyo config 2022-04-04 15:47:31 +02:00
bretello 5393f33795
vim: add GL shortcut to show git log for function under cursor 2022-03-31 19:30:31 +02:00
bretello f88413ddf8
vim: make <leader>n show references in quickfix 2022-03-31 19:30:11 +02:00
bretello bef37c3601
vim: add <leader>q shortcut (closes windows) 2022-03-26 16:43:46 +01:00
bretello ecd2472910
tmux: add history limit 2022-02-26 22:45:14 +01:00
bretello 24e705b332
vim: shortcuts improvements
- add `T` when on python file to run the pytest test
    under the cursor
- add <leader>xx to open a work buffer
- cleanup fugitive diff/blame/log maps
- remove outdated maps
2022-02-07 21:08:04 +01:00
bretello f48e6fa773
vim: add <leader>ue :UltiSnipsEdit mapping 2022-01-25 10:55:42 +01:00
bretello c231afe36e
vim: add keywordprg config, override K
hit K to run a ripgrep search on the word under the cursor.
This leverages fzf.vim
2022-01-25 10:52:24 +01:00
bretello 0b3213632e
vim: remove csv plug 2021-12-25 22:55:49 +01:00
bretello 41816d6821
vim: add <leader>m for :Maps, update git maps 2021-12-20 20:09:00 +01:00
bretello 40540908e0 vim: improve fugitive/gitgutter shortcuts 2021-12-09 10:43:05 +01:00
bretello b249ed88f3 vim: add cursorcolum toggle shortcut (<leader>i) 2021-12-09 10:36:17 +01:00
bretello 5d45f454f8
vim: add tab switch shortcuts 2021-12-09 00:02:38 +01:00
bretello f8c767bf98 vim: fix python breakpoint macro 2021-11-16 14:36:26 +01:00
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