the Vimoire

recent

  • Upgrading my mini PC Proxmox slash Debian server

    May 30, 2025

  • Abandoning Nginx Proxy Manager for greener pastures

    May 16, 2025

  • Moving to Portainer and Nginx Proxy Manager for web service management

    May 08, 2025

  • Mounting an lvm in Proxmox to fix an oopsie

    Apr 18, 2025

  • Retrospective and lessons learned after a few months using Todoist for The Cycle

    Apr 18, 2025

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