Commit Graph

286 Commits (8c43d4c7c1f274338b7bce36ddb29909d4c89f57)

Author SHA1 Message Date
bretello 4f34f5957f
vim: shortcuts: use loclist for Ack (LAck), cleanup 2021-04-05 18:12:51 +02:00
bretello 036c631c0c
zsh: theme: improve navigation mode display 2021-04-05 18:12:51 +02:00
bretello 1e4bf92f96
add git-blame-ignore-revs 2021-04-05 18:12:50 +02:00
bretello 529f0f0dff
zsh: fix tab formatting for zsh-theme 2021-04-05 18:12:50 +02:00
bretello e50cc58941
vim: add completion to Man and Cmd functions 2021-04-05 18:12:50 +02:00
bretello 9dd2aa7ac4
Revert "vim: remove <leader>mk shortcut"
This reverts commit 45e0800add.
2021-04-05 18:12:50 +02:00
bretello e38021e324
vim: set gruvbox contrast to 'dark' 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 f5f70bfc07
vim: add clang-format as a C fixer 2021-04-05 18:12:50 +02:00
bretello 43b72d36dd
vim: remove :Explore shortcut 2021-04-05 18:12:49 +02:00
bretello 71f307e12c
zsh: move vi_mode_prompt_info to RPS1 2021-04-05 18:12:49 +02:00
bretello dbe581b065
vim: cleanup airline configuration 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 11ae80412d
vim: fix gutentags ctags exclude list 2021-04-05 18:12:49 +02:00
bretello deb1563e50
vim: add noexpandtab for golang 2021-04-05 18:12:49 +02:00
bretello db74463cd1
vim: add bash-language-server linter 2021-04-05 18:12:48 +02:00
bretello b01bf588eb
vim: swap CtrlPBufTag with CtrlPTag, add CtrlPLine 2021-04-05 18:12:48 +02:00
bretello 53923d0d58
pdbprc: minor improvements 2021-04-05 18:12:48 +02:00
bretello 52e4ed0d88
vim: update gutentags/ctrlp configuration 2021-04-05 18:12:44 +02:00
bretello 4ef43fed16
vim: add snipmate plug dependency 2021-01-15 01:43:43 +01:00
bretello 79dcf5e973
zsh: add $ANTIBODY environment variable 2021-01-15 01:34:40 +01:00
bretello d4ec9a5f2e
zsh: add visual mode indicator to zsh theme 2021-01-15 01:34:10 +01: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 5e4fa5ef03
vim: enable folds by default 2021-01-09 23:54:20 +01:00
bretello b280360a16
zsh: do not show parentheses around git prompt 2021-01-09 23:53:54 +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 229a97856e
add bash-language-server archlinux package 2021-01-09 23:41:47 +01:00
bretello 6c90122583
git: add global gitignore file 2021-01-09 23:41:47 +01:00
bretello 6b97913926 vim: add <leader>I to toggle indent guides 2021-01-07 16:14:41 +01:00
bretello a6997cc37c functions: replace transfer() with upload()
transfer.sh is no longer around, replace it with 0x0.st
2021-01-07 11:25:48 +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 63fdbc59ae
zsh: add grc oh-my-zsh plugin 2020-12-24 23:54:15 +01:00
bretello 8317b80841 vim: add vue plugin 2020-12-23 15:59:24 +01:00
bretello 8a6cda547b theme: fix on OS X
MacOS' sed syntax is different from GNU's. A workaround
is to use gsed (GNU sed) whenever it is available.
The multi-line prompt will be broken without gsed.
2020-12-10 11:07:27 +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 6bd0ce46ba
docs: misc formatting fixes 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 bc8861451e
zsh: add /home/brethil/projects variable for projects folder 2020-12-09 01:11:29 +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 34fd5a8726
dev: update makefile with release target, update docs 2020-12-09 00:14:14 +01:00
bretello 4b3b12db5b
fix mkdir zsh cache
fixup 8a8d061
2020-12-08 22:53:09 +01:00
bretello 64ade8d864
theme: show hostname if in a ssh session 2020-12-08 22:53:09 +01:00
bretello 6485af4411
dev: improve makefile log readability 2020-12-08 22:46:36 +01:00