-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Modern or common keybindings #3734
Comments
Thanks, I have read the doc of http://ergoemacs.github.io/, But I can not find the key bindings list, before implement this feature, we should know all the key bindings.
currently, only:
- ctrl-c: copy select text
- ctrl-v: paste from system clipboard after cursor.
- ctrl-z: undo last change
…--------------
wsdjeg
Hi. Thanks for this great project, I installed it today and it is working amazing !
**About me**
I'm very new to Vim (and Emacs). I tried to learn it the previous year, but left the idea. After trying other alternatives, I installed Spacemacs. Emacs has two very nice features that made me use it for a month : Menubar (to use it via mouse-clicks without knowing command) and [Ergoemacs](http://ergoemacs.github.io/), a Emacs plugin to provide common keybindings.
I thought that if Vim had such a package or mode, I could switch to it. So via some web search, I found SpaceVim and its appearance was excellent. I gave it a try and it's definitely awesome !
**Is your feature request related to a problem? Please describe.**
From a newbie point of view, an alternative mode that has common keybindings, will be a great choice. It allows people of all sorts to migrate to Space Vim without any hassle. In short, it really helps.
**Describe the solution you'd like**
We could make a separate keybindings for "common users". While installing Space Vim, users can choose if they want Vim keybindings or CUA (Common User Access) keybindings. This neither disappoints powerful Vim users nor worries newbie users.
**Additional context**
1. Common keybindings or CUA mode here refers to keybindings that have become a unauthorized standard in GUI applications. Example Ctrl C, Ctrl V, Ctrl Z for copy, paste, undo respectively.
2. You may ask "then what's the use of (Space) Vim ?" I agree. Changing keybindings in Vim will be a radical action. But (Space) Vim is not known only for it's different keybindings. It is known for its community, rich plugins, simplicity, speed and low memory usage. Believe me, my system has a very low RAM. For me, Vim and Emacs are the only hope to have a powerful programming environment. Similarly, more new users can migrate to (Space) Vim and it can grow it's position in the editor war.
This is a feature I always wish Vim or Emacs had. Learning their keybindings is not a great deal, but having the CUA mode is a great one.
Please don't attack me for asking this feature, it's just a newbie's request.
Thanks for Space Vim ! 😃
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#3734
|
Sorry, I missed to link the general keybindings we can start with, Standard keyboard shortcuts has some 14 keybindings.
Two issues we need to resolve while making this changes :
A Solution I have thought for the issues : Thanks 🙂 |
Thanks for your info, But I do not know what a
|
Yea there is this ambiguity, some use Ctrl-Shift-Z while some use Ctrl-Y. I don't know about Ctrl-R 🤔 |
Hi. Thanks for this great project, I installed it today and it is working amazing !
About me
I'm very new to Vim (and Emacs). I tried to learn it the previous year, but left the idea. After trying other alternatives, I installed Spacemacs. Emacs has two very nice features that made me use it for a month : Menubar (to use it via mouse-clicks without knowing command) and Ergoemacs, a Emacs plugin to provide common keybindings.
I thought that if Vim had such a package or mode, I could switch to it. So via some web search, I found SpaceVim and its appearance was excellent. I gave it a try and it's definitely awesome !
Is your feature request related to a problem? Please describe.
From a newbie point of view, an alternative mode that has common keybindings, will be a great choice. It allows people of all sorts to migrate to Space Vim without any hassle. In short, it really helps.
Describe the solution you'd like
We could make a separate keybindings for "common users". While installing Space Vim, users can choose if they want Vim keybindings or CUA (Common User Access) keybindings. This neither disappoints powerful Vim users nor worries newbie users.
Additional context
This is a feature I always wish Vim or Emacs had. Learning their keybindings is not a great deal, but having the CUA mode is a great one.
Please don't attack me for asking this feature, it's just a newbie's request.
Thanks for Space Vim ! 😃
The text was updated successfully, but these errors were encountered: