the Vimoire

recent

  • Contact

    Aug 17, 2025

  • Setting up ProtonMail Bridge on LAN server

    Aug 16, 2025

  • First pass at a self-hosted email server

    Jul 29, 2025

  • Reference for spinning up a new Debian VPS

    Jul 29, 2025

  • Creating a dedicated gaming VLAN with OPNsense

    Jul 12, 2025

See 91 more →

Home

❯

blog

❯

2024 10 12

❯

Linux UpSkill Challenge Day 6 - vi and vim

Linux UpSkill Challenge Day 6 - vi and vim

Oct 12, 20241 min read

  • blog
  • linux-upskill
  • vim

Source

  • https://linuxupskillchallenge.org/06/

Misc links

  • Why vim uses hjkl as arrow keys
  • Getting more out of vim
  • Odd but helpful vim tutorial

Cheatsheet

Commands I didn’t know before

  • %: go to matching bracket (), [], {}
  • J: join current line with the line below (replace newline with space)
  • ( ): jump to the previous / next “sentence”
  • das: delete a “sentence”
  • X: backspace
  • << / >>: un-indent / indent

EOF


  • Source
  • Misc links
  • Cheatsheet
  • Commands I didn’t know before

Backlinks

  • No backlinks found

Created with Quartz v4.4.0 © 2025

  • GitHub