mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-04 02:59:26 +00:00
Do not bind keys on dumb terminals.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
# Dumb terminals lack support.
|
||||||
|
if [[ "$TERM" == 'dumb' ]]; then
|
||||||
|
return
|
||||||
|
fi
|
||||||
|
|
||||||
# The default styles.
|
# The default styles.
|
||||||
zstyle ':prompt:' vicmd '<<<' # Indicator to notify of vi command mode.
|
zstyle ':prompt:' vicmd '<<<' # Indicator to notify of vi command mode.
|
||||||
zstyle ':prompt:' completion "..." # Indicator to notify of generating completion.
|
zstyle ':prompt:' completion "..." # Indicator to notify of generating completion.
|
||||||
|
Reference in New Issue
Block a user