choose files: Add default mappings to choose a file and insert it into the terminal

This commit is contained in:
Kovid Goyal
2025-11-23 11:41:21 +05:30
parent 29d2796692
commit 37da04aad6
7 changed files with 79 additions and 15 deletions

View File

@@ -24,7 +24,7 @@ exec_kitty() {
is_wrapped_kitten() {
wrapped_kittens="clipboard icat hyperlinked_grep ask hints unicode_input ssh themes diff show_key transfer query_terminal"
wrapped_kittens="clipboard icat hyperlinked_grep ask hints unicode_input ssh themes diff show_key transfer query_terminal choose-files"
[ -n "$1" ] && {
case " $wrapped_kittens " in
*" $1 "*) printf "%s" "$1" ;;