- Download fzf.lua https://raw.githubusercontent.com/chrisant996/clink-fzf/main/fzf.lua (https://github.com/chrisant996/clink-fzf)
- Find scripts dir used by cmder/clink using
clink info
- Copy it in that dir
- add
cmder/vendor
to path - download z.cmd and z.lua from https://github.com/skywind3000/z.lua and put in
cmder/vendor
- Download windows lua binaries from https://luabinaries.sourceforge.net/download.html
- rename to lua.exe and put these binaries in
cmder/vendor
dir - Set a keyboard shortcut to popup most used directories with
z
usingfzf
- find .inputrc file location using
clink info
- Add your shortcut e.g.
"\C-z": "luafunc:z_dir_popup" #Ctrl z
where thisluafunc:z_dir_popup
is defined inz_dir_popup.lua
https://github.com/chrisant996/clink-gizmos/blob/main/z_dir_popup.lua
- find .inputrc file location using