AutoYADM commit: 2025-06-04 19:22:53

This commit is contained in:
Daniel Fichtinger 2025-06-04 19:22:53 -04:00
parent 10d636fd7d
commit e360171387

View file

@ -169,3 +169,10 @@ map -docstring 'save to jumplist' global normal <c-v> <c-s>
# selection saving
map -docstring 'add selection' global normal Y <a-Z>a
define-command -docstring 'open popup shell' popup-shell %{
popup fish
}
alias global pp popup-shell
map -docstring 'popup shell' global user . ': popup-shell<ret>'