• 0 Posts
  • 1 Comment
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle
  • using vim mode with the .vimrc pluggin is a game changer. there are so many powerful vim movements; iykyk.

    i also use these native commands (i’m sure there is more):

    • move line up/down
      • alt+d / alt+s
    • quick switcher & command pallet
      • ctrl+o & ctrl+p
    • cycle bullet/check box
      • alt+c
    • toggle numbered list
      • alt+n
    • change view mode
      • read mode toggle = ctrl+e
      • source mode toggle = ctrl+r
    • changing tabs
      • ctrl+pg up/pg down
    • new tab
      • ctrl+n
    • close tab
      • ctrl+w
    • split view
      • vertical = alt+v
      • horizontal = alt+h
    • insert template
      • alt+t
    • extract heading/selection
      • alt+e
    • make md link
      • ctrl+k
    • toggle left & right sidebar
      • alt+a & alt+f