-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zimrc
50 lines (36 loc) · 923 Bytes
/
.zimrc
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#
# Modules
#
# Sets sane Zsh built-in environment options.
zmodule environment
# Provides handy git aliases and functions.
zmodule git
# Applies correct bindkeys for input events.
zmodule input
# Sets a custom terminal title.
zmodule termtitle
# Utility aliases and functions. Adds colour to ls, grep and less.
zmodule utility
# Exa aliases
zmodule exa
# Vim key bindings for ZSH
zmodule jeffreytse/zsh-vi-mode
# fzf setup
zmodule fzf
#
# Completion
#
# Additional completion definitions for Zsh.
zmodule zsh-users/zsh-completions
# Command suggestions
ZSH_AUTOSUGGEST_STRATEGY=(history completion)
zmodule zsh-users/zsh-autosuggestions
# History substring search
zmodule zsh-users/zsh-history-substring-search
#
# Modules that must be initialized last
#
# Enables and configures smart and extensive tab completion
zmodule completion
# Fish-like syntax highlighting
zmodule zsh-users/zsh-syntax-highlighting