Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 806 Bytes

File metadata and controls

21 lines (15 loc) · 806 Bytes

k is like z or j

This only works in zsh, requires fzf, and gnu awk. Tested on macOS with gawk (gnu awk) installed via homebrew. Also requires bat for preview window functionality.

This is meant to be an autoloaded zsh function. To make it work --

  1. Put in in a directory that is in fpath
  2. autoload k in startup files
  3. Reload your shell and press k
  4. Follow simple on-screen instructions

k was chosen because it is on the keyboard's home row and easy to get to quickly.

Dependencies

How to Autoload Functions (and other things to make ZSH faster)