1
1
Fork 0

Fancy ctrl z for zsh

This commit is contained in:
Jo Wroten 2019-08-04 16:33:28 -05:00
parent 0b19637524
commit c58c802ac7
2 changed files with 2 additions and 2 deletions

View file

@ -108,7 +108,7 @@ let g:startify_custom_header = [
\ '<Leader>k Move line up',
\ '<Leader>j Move line down',
\ 'v Expand Selection',
\ 'S-v Un-expand Selection',
\ 'S-v Shrink Selection',
\ '',
\ ]
let g:startify_change_to_dir = 0

View file

@ -8,7 +8,7 @@ COMPLETION_WAITING_DOTS="true"
[[ -s ~/.autojump/etc/profile.d/autojump.sh ]] && source ~/.autojump/etc/profile.d/autojump.sh
autoload -U compinit && compinit -u
plugins=(git zsh-autosuggestions autojump)
plugins=(git zsh-autosuggestions autojump fancy-ctrl-z)
source $ZSH/oh-my-zsh.sh