Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 257 Bytes

shortcut.md

File metadata and controls

14 lines (10 loc) · 257 Bytes

vim command

  • replace a certain line: :startline,endline s/pattern/replacement/g

vim search

  • \c for case insensitive

vim shortcut

CoC

  • g + d: go to definition
  • space + a: list all diag
  • ]/[ + g: go to prev/next diag
  • shift + k: hover