29 Apr 24
05 Apr 24
14 Jan 24
10 Jan 24
I’m a long time vim user and a recent student of the tailwind css system. I wanted a few things:
-
Never have to close a tag or type the word “class” or quotes.
-
See an instant preview of what the rendered HTML looks like on screen.
-
Use normal vim commands to make small edits.
-
Get a popup menu with common tailwind classes to add as you type.
-
Be able to “zoom in” to a child node and make it temporarily the root node. (Hit Enter for this feature, and up arrow to get back to normal parent node.)
10 Nov 23
28 Oct 23
10 Oct 23
02 Oct 23
25 Sep 23
Awesome Vim plugins from across the universe
08 Sep 23
The one where we learn how to customize Neovim and add plugins
09 Jul 23
Configuring Vim to act as a first-class markdown editor for various purposes
14 Jun 23
so cool
I often write documents, such as exams and lecture notes, that contain both Latin and Arabic script, often on the same line of text. This can be challenging due to the complications of mixing of LTR (left-to-right) and RTL (right-to-left) scripts. This seems like an easy problem to solve for software developers, and it is, only not in software with graphical WYSIWYG interfaces, such as Word or OpenOffice. (I’m sure everyone who has tried writing mixed direction text in such software share my frustration with them, and I will therefore refrain from rants.) Since my shift to exclusively producing and editing text in plain text formats (.txt, .mkd, .tex, etc.) with the editor Vim, writing texts with mixed directionality has become a lot easier. This post is an attempt to explain how.
24 Mar 23
20 Mar 23
How to enable safe-paste mode on the terminal.