the Vimoire

recent

  • Librebooting my new Thinkpad T480

    Jun 16, 2025

  • About

    Jun 03, 2025

  • What I use - Desktop

    Jun 03, 2025

  • What I use - LAN

    Jun 03, 2025

  • What I use - Phone

    Jun 03, 2025

See 84 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