Skip to content

Latest commit

 

History

History
 
 

zsh

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

nvim

Depend

  • fzf
  • zimfw (opt)
  • sudo (opt)

Install

.zshrc append

source ${HOME}/dotfiles/zsh/config.sh

Feature

  • ⌃ Control + r fzf-history
  • ⌃ Control + t transpose-chars
  • ⌥ Option + x directory-history
  • ⌥ Option + s quick-sudo

directory-history

Display the used path stack list, select the jump path

quick-sudo

Your input:

$ ls

Press ⌥ Option + s Key

Auto added prefix sudo

$ sudo ls

Again press ⌥ Option + s Key

Auto dropped prefix sudo

$ ls