We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the emacs cheatsheet tells you to install evil which is not of great help, especially if you never used VIM.
evil
I recommend this cheatsheet instead (as reference): https://www.gnu.org/software/emacs/refcards/pdf/refcard.pdf
Second, the ^v Mv may not be the best way to represent key strokes. Instead I feel the prefered way would be: C-v M-v
^v Mv
C-v M-v
The text was updated successfully, but these errors were encountered:
yep
Sorry, something went wrong.
No branches or pull requests
Currently, the emacs cheatsheet tells you to install
evil
which is not of great help, especially if you never used VIM.I recommend this cheatsheet instead (as reference): https://www.gnu.org/software/emacs/refcards/pdf/refcard.pdf
Second, the
^v Mv
may not be the best way to represent key strokes. Instead I feel the prefered way would be:C-v M-v
The text was updated successfully, but these errors were encountered: