10 Jan 24

I’m a long time vim user and a recent student of the tailwind css system. I wanted a few things:

  1. Never have to close a tag or type the word “class” or quotes.

  2. See an instant preview of what the rendered HTML looks like on screen.

  3. Use normal vim commands to make small edits.

  4. Get a popup menu with common tailwind classes to add as you type.

  5. 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.)

by andrewfromx 1 year ago

25 Sep 23

Awesome Vim plugins from across the universe

by levibeach 2 years ago saved 2 times
Tags:

09 Jul 23

Configuring Vim to act as a first-class markdown editor for various purposes

by racewar 2 years ago
Tags:

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.

by racewar 2 years ago

20 Mar 23

How to enable safe-paste mode on the terminal.

by mlb 2 years ago