mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 18:38:00 +00:00
[zprezto] Add fzf-tab
This commit is contained in:
parent
555b911467
commit
ac2a761fae
16
.zpreztorc
16
.zpreztorc
@ -36,7 +36,8 @@ zstyle ':prezto:load' pmodule \
|
||||
'syntax-highlighting' \
|
||||
'python' \
|
||||
'git' \
|
||||
'aws'
|
||||
'aws' \
|
||||
'fzf-tab'
|
||||
|
||||
#
|
||||
# Autosuggestions
|
||||
@ -197,3 +198,16 @@ zstyle ':prezto:module:terminal:tab-title' format '%m: %s'
|
||||
zstyle ':prezto:module:aws' output 'table'
|
||||
zstyle ':prezto:module:aws' profile 'default'
|
||||
zstyle ':prezto:module:aws' show_region 'true'
|
||||
|
||||
#
|
||||
# fzf-tab
|
||||
#
|
||||
|
||||
# disable sort when completing `git checkout`
|
||||
zstyle ':completion:*:git-checkout:*' sort false
|
||||
# set descriptions format to enable group support
|
||||
zstyle ':completion:*:descriptions' format '[%d]'
|
||||
# set list-colors to enable filename colorizing
|
||||
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
|
||||
# switch group using `,` and `.`
|
||||
zstyle ':fzf-tab:*' switch-group ',' '.'
|
||||
|
Loading…
Reference in New Issue
Block a user