I use Emacs primarily for coding Python but sometimes I use IDLE. Is there a way to change the key bindings easily in IDLE to match Emacs?
|
|
IDLE provides Emacs keybindings without having to install other software.
It's not the true emacs key bindings but you get the basics like movement, saving/opening, ... |
||
|
|
|
|
There's a program for Windows called XKeymacs that allows you to specify emacs keybindings for different programs. It should work with IDLE. http://www.cam.hi-ho.ne.jp/oishi/indexen.html -Mark |
||
|
|
|
|
'readline' module supposedly provides Emacs like key bindings and even functionality. However, it is not available on Windows but on Unix. Therefore, this might be a viable solution if you are not using Windows.
Since I am running IDLE on Windows it is unfortunately not an option for me. |
||
|
|
