Skip to content

Several hints in the Russian version have not been translated. #417

@id487770669

Description

@id487770669

Several hints in the Russian version have not been translated.
https://vim.dantecalderon.com/lang/ru/

the following hints are missing translation:

Editing

  1. gJ - join line below to the current one without space in between
  2. gwip - reflow paragraph
  3. C - change (replace) to the end of the line
  4. ciw - change (replace) entire word

Cursor movement

  1. % - move to matching character (default supported pairs: '()', '{}', '[]' - use :h matchpairs in vim for more info)
  2. Fx - jump to previous occurence of character x
  3. Tx - jump to after previous occurence of character x
  4. ; - repeat previous f, t, F or T movement
  5. , - repeat previous f, t, F or T movement, backwards
  6. zz - center cursor on screen
  7. Ctrl + e - move screen down one line (without moving cursor)
  8. Ctrl + y - move screen up one line (without moving cursor)

Exiting

  1. :wqa - write (save) and quit on all tabs

Macros

  1. @A - run macro a

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions