mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-01 11:39:26 +00:00
Rename keyboard to editor
It is not the keyboard that is being set up but the Zsh Line Editor (ZLE).
This commit is contained in:
2
init.zsh
2
init.zsh
@ -37,7 +37,7 @@ autoload -Uz compinit && compinit -i
|
||||
source "${0:h}/helper.zsh"
|
||||
source "${0:h}/environment.zsh"
|
||||
source "${0:h}/terminal.zsh"
|
||||
source "${0:h}/keyboard.zsh"
|
||||
source "${0:h}/editor.zsh"
|
||||
source "${0:h}/completion.zsh"
|
||||
source "${0:h}/history.zsh"
|
||||
source "${0:h}/directory.zsh"
|
||||
|
Reference in New Issue
Block a user