Skip to content
Roman Komkov edited this page Dec 27, 2021 · 3 revisions

Key pillars

Plugins

Speed enhancements

Alternative: tpope/vim-surround

Keybindings

Visual:

  • s<char>

Normal:

  • add: sa{motion}{char}
  • replace: sr<from><to>
  • delete: sd<char>
  • repeat: ss
  • cycle quotes: stq
  • cycle brackets: stb

Insert:

  • <c-s><char>
  • <c-s><char><space>
  • <c-s><char><c-s>

Keybindings

Normal/Visual:

  • line comment: <leader>cc
  • block comment: <leader>cb
  • eol comment (Normal mode only): <leader>ca

Clone this wiki locally