Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
id487770669 opened this issue Feb 3, 2025 · 0 comments
Open

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

id487770669 opened this issue Feb 3, 2025 · 0 comments

Comments

@id487770669
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant