mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-03 01:59:26 +00:00
Integrate zaw into Prezto
This commit is contained in:
@ -152,3 +152,32 @@ zstyle ':prezto:module:prompt' theme 'sorin'
|
||||
|
||||
# Auto start a session when Zsh is launched in a SSH connection.
|
||||
# zstyle ':prezto:module:tmux:auto-start' remote 'yes'
|
||||
|
||||
#
|
||||
# Zaw
|
||||
#
|
||||
|
||||
# Set the error color.
|
||||
# zstyle ':prezto:module:zaw:color' error 'bg=red,fg=white'
|
||||
|
||||
# Set the marked item color.
|
||||
# zstyle ':prezto:module:zaw:color' marked 'bg=blue,fg=white'
|
||||
|
||||
# Set the matched item color.
|
||||
# zstyle ':prezto:module:zaw:color' matched 'bg=magenta,fg=white'
|
||||
|
||||
# Set the selected item color.
|
||||
# zstyle ':prezto:module:zaw:color' selected 'standout'
|
||||
|
||||
# Set the list title color.
|
||||
# zstyle ':prezto:module:zaw:color' title 'fg=yellow'
|
||||
|
||||
# Set the maximum number of items.
|
||||
# zstyle ':prezto:module:zaw' max-lines 15
|
||||
|
||||
# Set list cursor rotation.
|
||||
# zstyle ':filter-select' rotate-list 'yes'
|
||||
|
||||
# Enable extended search operators.
|
||||
# zstyle ':prezto:module:zaw' extended-search 'yes'
|
||||
|
||||
|
Reference in New Issue
Block a user