Skip to content

Instantly share code, notes, and snippets.

View sykire's full-sized avatar
🏠
Working from home

Rodrigo sykire

🏠
Working from home
View GitHub Profile
@YumaInaura
YumaInaura / VIM.md
Last active September 23, 2024 13:33
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

@jamescasbon
jamescasbon / template.py
Created December 11, 2011 16:37
Pure python templates using with statement
"""
A really stupid python template language inspired by coffeekup, markaby.
Do not use this code, it will ruin your day. A byproduct of insomnia.
TL;DR
-----
This module defines a template language that allows us to do:
d = Doc()