-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathzpreztorc
More file actions
28 lines (22 loc) · 720 Bytes
/
zpreztorc
File metadata and controls
28 lines (22 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Order is important! You can check out the order in
# /usr/lib/prezto/runcoms/zpreztorc
zstyle ':prezto:load' pmodule \
'environment' \
'editor' \
'history' \
'autosuggestions' \
'directory' \
'completion' \
'syntax-highlighting' \
'prompt'
# Yaay, colors everywhere!
zstyle ':prezto:*:*' color 'yes'
# Set extra vim bindings and prompt interaction
zstyle ':prezto:module:editor' key-bindings 'vi'
# Expand ... to ../..
zstyle ':prezto:module:editor' dot-expansion 'yes'
# Have editor tab completion ignore binary/media files.
zstyle ':prezto:module:completion' editor-ignores 'yes'
# Don't do cursor highlighting
zstyle ':prezto:module:syntax-highlighting' highlighters 'main'
# vim:filetype=zsh