Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.
Alexander Senier edited this page Mar 15, 2019 · 13 revisions

Improvements of Auto-Indentation

  • package:
    • indent aspects of package
  • parameter list:
    • add additional space between colon and type name if out or in out is used for any parameter
  • declaration list and parameter list:
    • not only add spaces before colon, but also remove spaces if possible
    • add spaces on all previous lines if added parameter/declaration name is longer as on all previous lines (already works if explicitly auto-formatting this code part)

Improvments of Vi(m) mode

  • open command line by pressing ':' in vim command mode
  • Yank with 'yy'
  • Stay on same line when inserting using 'p'
  • Block visual mode
  • Block insert
Clone this wiki locally