This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
GPS
Alexander Senier edited this page Apr 28, 2019
·
13 revisions
- package:
- indent aspects of package
- parameter list:
- add additional space between colon and type name if
out
orin out
is used for any parameter
- add additional space between colon and type name if
- 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)
- 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
- Use same selection for vim visual as for mouse
- Replace more than one line in command mode
- always show last used replace expression
- allow to "replace all" with hotkey
- search & replace in dock (this is possible by selecting "Unfloat" in the search dialogs hamburger menu)
- show current selection on replace (this is possible by selecting "Select on match" in the search dialog hamburger menu and using "Replace & Find" button).
- use Ctrl+C to copy whole line at current cursor position if nothing selected
- use Ctrl+X to cut whole line at current cursor position if nothing selected
- use Ctrl+L to select whole line at current cursor position
- move line up or down at current cursor position with Ctrl+Up or Ctrl-Down