Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 347 Bytes

abbreviations.md

File metadata and controls

11 lines (8 loc) · 347 Bytes

Abbreviate

:ab <string_match> <to_replace_with>

Use Cases

  • There are always some words and patterns which are too repitive and often asks for some shortcut. E.g: sout => System.out.println(). This is default configuration in Intellij.

  • Can be used as auto-correct. E.g: teh => the