Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 676 Bytes

README.md

File metadata and controls

51 lines (32 loc) · 676 Bytes

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