Skip to content

Instantly share code, notes, and snippets.

@axilirate
axilirate / trail_3d.gd
Last active May 6, 2025 22:45
A Custom 3D trail renderer for Godot 4.
class_name Trail3D extends MeshInstance3D
"""
Original Author: Oussama BOUKHELF
License: MIT
Version: 0.1
Email: [email protected]
Description: Advanced 2D/3D Trail system.
"""
@YumaInaura
YumaInaura / VIM.md
Last active April 17, 2025 14:53
Vim — What is the name of "q and colon" mode? ( A. command-line window )

Vim — What is the name of "q and colon" mode? ( A. command line window )

Or named "command window".

I mean "q and colon" ( q: ).

Not "colon and q" means quit vim ( :q ).

image