Skip to content
Kenichi Kamiya edited this page Aug 17, 2024 · 30 revisions

You should remember different keybindings and commands from vim

List mandatory here

  • i, a # Insert mode before/after. I and A are the line versions
  • / # Search mode
  • v # Select mode
  • x # Select current line
  • w, e, b # Select and move around current words
  • g d # Goto Definition. Useable since enabling LSP
  • Space y # Copy to clipboard
  • Space p # Paste from clipboard
  • u # Undo, and U vice versa
  • d # Delete current selection
  • Ctrl+w # Window mode, v - vsplit, s - hsplit, q - close the window

Restrictions

Clone this wiki locally