1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-14 08:41:43 +00:00

[#23] Convert editor into a module

This commit is contained in:
Sorin Ionescu
2012-03-28 14:42:34 -04:00
parent 92816f6db7
commit 1330e6e792
4 changed files with 8 additions and 9 deletions

View File

@ -6,10 +6,10 @@
#
# Set the key mapping style to 'emacs' or 'vi'.
zstyle ':omz:editor' keymap 'emacs'
zstyle ':omz:module:editor' keymap 'emacs'
# Auto convert .... to ../..
zstyle ':omz:editor' dot-expansion 'no'
zstyle ':omz:module:editor' dot-expansion 'no'
# Set case-sensitivity for completion, history lookup, etc.
zstyle ':omz:*:*' case-sensitive 'no'