feat: add keybinding for the t
function
This commit is contained in:
parent
ef64b0e03d
commit
0c75a6799d
|
@ -19,6 +19,8 @@
|
|||
zstyle ":completion:*" matcher-list "" "m:{a-zA-Z}={A-Za-z}" "r:|=*" "l:|=* r:|=*"
|
||||
autoload -Uz compinit && compinit
|
||||
|
||||
bindkey -s ^f "t\n"
|
||||
|
||||
clear-ls-all() {
|
||||
clear
|
||||
exa -al
|
||||
|
|
Loading…
Reference in a new issue