e0ade3c140
zsh:fzf-tab: Set bindings for switching groups
2021-07-10 01:46:01 +02:00
f2c84fe82c
vim:zsh-autosuggestions: Set suggestions strategy
2021-07-09 23:53:50 +02:00
5ab5a49793
zsh:stderred.theme: Use escape-sequences w/o tput
2021-06-01 22:36:59 +02:00
754adc9cf7
zsh:fzf-tab: Limit dir previews to a depth of 3
...
Otherwise this is way to performance heavy in large directories.
2021-02-17 02:56:08 +01:00
1cbf572d42
zsh:p10k: Recognize protonvpn as vpn
2021-01-15 12:41:09 +01:00
ebea6a8a80
zsh: Add WIP fzf-tab configuration adding previews
2020-12-28 03:11:20 +01:00
a440e8b61e
zsh: Use dictionary for command existence check
...
Use the `commands` dictionary from zsh instead of always calling
`command`.
Regex used:
s/command -v \([^ ]*\) &>\/dev\/null/(( $+commands[\1] ))/g
2020-12-28 02:58:46 +01:00
914e8a1992
repo: Update submodules & cleanup gitmodules
...
Update all submodules to the newest commit.
Change submodule names in `.gitmodules` from local path to repo names.
Sort and group `.gitmodules` by program that uses it.
Remove the clone of 'fzf-tab' as my pull request got merged.
2020-12-22 16:22:33 +01:00
druckdev
af49c39ba3
zsh: Reorder zshrc components and move stuff
...
Put the external plugins to the end as well as z-sy-h to the end of the
plugins.
Put the last remaining lines in the zshrc in their own modules.
2020-11-15 01:16:00 +01:00