added key 1 (first)

This commit is contained in:
2025-08-29 10:35:37 +02:00
parent 3bd1cc7a87
commit 8164b7de39
2 changed files with 6 additions and 2 deletions

View File

@@ -501,6 +501,9 @@ fzf_handle_key() {
fi
;;
esac
case ",$KEYS_N_TOP," in
*",$FZF_KEY,"*) [ "$mode" = "$MODE_NORMAL" ] && printf "first" || printf "put(%s)" "$FZF_KEY" ;;
esac
case ",$KEYS_N_BOT," in
*",$FZF_KEY,"*) [ "$mode" = "$MODE_NORMAL" ] && printf "last" || printf "put(%s)" "$FZF_KEY" ;;
esac