andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 38 forks source link

Editor shortcuts #120

Open vi opened 11 years ago

vi commented 11 years ago

Currently Enki seems to use hard coded shortcuts:

Home - go to the start of the line End - go to the end of the line Ctrl+A - select all text in a file

In my new laptop /* does not mean you can make Enki slow now */ those keys are less accessible (or I haven't yet got used to them), so I want to re-bind then:

Ctrl+A - go to start Ctrl+E - go to end Ctrl+Shift+S - select all

I open Settings->Application shortcuts, but see nothing relevant.

Of course I don't expect a fix just for this functions, I mean how to rebind shortcut N to M arbitrarily.

andreikop commented 11 years ago

Shortcuts menu item is called 'Application shortcuts' but not 'Shortcuts', because another dialog 'Editor shortcuts' is planed. It will contain edit actions, not included to main menu. But it will not be done soon. 08.09.2013 3:39 пользователь "Vitaly Shukela" notifications@github.com написал:

Currently Enki seems to use hard coded shortcuts:

Home - go to the start of the line End - go to the end of the line Ctrl+A - select all text in a file

In my new laptop /* does not mean you can make Enki slow now */ those keys are less accessible (or I haven't yet got used to them), so I want to re-bind then:

Ctrl+A - go to start Ctrl+E - go to end Ctrl+Shift+S - select all

I open Settings->Application shortcuts, but see nothing relevant.

— Reply to this email directly or view it on GitHub.

andreikop commented 9 years ago

Vim mode solves the problem of less accessible keys

vi commented 9 years ago

The "Ctrl+A - beginning of line; Ctrl+E - end of line" is usually called "Emacs mode".