AutoYADM commit: 2025-03-22 17:15:07
This commit is contained in:
parent
0647f1db10
commit
687f84587f
4 changed files with 38 additions and 10 deletions
6
.config/pet/snippet.toml
Normal file
6
.config/pet/snippet.toml
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
[[Snippets]]
|
||||
Description = "print the classic message"
|
||||
Output = ""
|
||||
Tag = []
|
||||
command = "echo Hello world!"
|
|
@ -56,3 +56,4 @@
|
|||
.mbsyncrc
|
||||
.config/mail
|
||||
.zsh
|
||||
.config/pet/snippet.toml
|
||||
|
|
|
@ -26,6 +26,15 @@ export FZF_DEFAULT_OPTS="
|
|||
--color=query:#d5d5d5
|
||||
--color=gutter:#121212"
|
||||
|
||||
export FZF_CTRL_R_OPTS="
|
||||
--reverse
|
||||
--cycle
|
||||
--info=right
|
||||
--color header:italic
|
||||
--header 'alt+s (pet new)'
|
||||
--preview 'echo {}' --preview-window down:3:hidden:wrap
|
||||
--bind '?:toggle-preview'
|
||||
--bind 'alt-s:execute(pet new --tag {2..})+abort'"
|
||||
|
||||
export FZF_TMUX_OPTS=" -p90%,70% "
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue