-
-
Notifications
You must be signed in to change notification settings - Fork 359
Open
Description
Several hints in the Russian version have not been translated.
https://vim.dantecalderon.com/lang/ru/
the following hints are missing translation:
Editing
- gJ - join line below to the current one without space in between
- gwip - reflow paragraph
- C - change (replace) to the end of the line
- ciw - change (replace) entire word
Cursor movement
- % - move to matching character (default supported pairs: '()', '{}', '[]' - use :h matchpairs in vim for more info)
- Fx - jump to previous occurence of character x
- Tx - jump to after previous occurence of character x
- ; - repeat previous f, t, F or T movement
- , - repeat previous f, t, F or T movement, backwards
- zz - center cursor on screen
- Ctrl + e - move screen down one line (without moving cursor)
- Ctrl + y - move screen up one line (without moving cursor)
Exiting
- :wqa - write (save) and quit on all tabs
Macros
- @A - run macro a
Metadata
Metadata
Assignees
Labels
No labels