hikari is a slick zsh configuration with special shortcuts.
- zsh
- zsh-syntax-highlighting
- skim
- kubectx
Just copy the zshrc
file in your home or include it via source <path to hikari zshrc file>
- VCS information via
zsh vcs_info
- read-only directory warning (red path instead of blue)
- error code visualization (only green and red)
- hostname color randomization
- username colorization (normal users are green, root is red)
- syntax highlighting via zsh-syntax-highlighting
- command completion via parts of grml zsh
Feel free to import zsh configuration before hikari via .zshrc.pre
and
import it after hikari via zshrc.local
.
- Press
ctrl+x '
for surrounding single quotes - Press
ctrl+x "
for surrounding double quotes - Press
ctrl+x ;
for deleting everything inside of quotes
- Press
ctrl+x s
for inserting sudo in front of any command
- Press
ctrl+x d
for inserting the current date
- Press
ctrl+x 1
to jump behind the first word to insert additional arguments
- Press
ctrl+left
orctrl+right
to jump between full words - Press
alt+left
oralt+right
to jump between/
in paths - Press
alt+backspace
to delete until next/
in paths - Press
ctrl+w
to delete the whole last word
- Press
ctrl+x c
for copying + inserting the last typed word
- Press
ctrl+x l
for printing the last modified file in the current directory
- Press
ctrl+t
for listing files and folders. For example:nvim ctrl+t
- Press
ctrl+r
for fuzzy search history - Press
alt+c
for fuzzy change directory
- upline search
- interactive comments
- background jobs
- vcs support