Monday, 26 May 2025

vim

Cut/Delete

  1. dG delete from current line to end of file.
  2. dgg delete from current line to beginning of file.
  3. d`a delete from current character upto location marked by a
  4. d% delete upto matching pairs () {} []
  5. ce delete till end of word and change to Insert mode.

 

TermRecord

TermRecord is a simple terminal session recorder with easy-to-share self-contained HTML output! TermRecord -o /tmp/session.html