Switching to vertico, corfu, orderless instead of sel, comp, presc.
This commit is contained in:
parent
940d93d262
commit
2ea83b0a00
7 changed files with 515 additions and 112 deletions
5
yasnippets/eshell-mode/for
Normal file
5
yasnippets/eshell-mode/for
Normal file
|
@ -0,0 +1,5 @@
|
|||
# -*- mode: eshell-mode -*-
|
||||
# name: for
|
||||
# key: for
|
||||
# --
|
||||
for f in ${1:*} { ${2:echo} "$f"; $3} $0
|
5
yasnippets/eshell-mode/unless
Normal file
5
yasnippets/eshell-mode/unless
Normal file
|
@ -0,0 +1,5 @@
|
|||
# -*- mode: eshell-mode -*-
|
||||
# name: unless
|
||||
# key: un
|
||||
# --
|
||||
unless { $1 } { $2 }
|
Loading…
Add table
Add a link
Reference in a new issue