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?
Python – How to get Emacs’ key bindings in Python’s IDLE
emacsidekeyboardpython
Related Question
- Python – How to safely create a nested directory in Python
- Python – How to get the current time in Python
- Python – How to you profile a Python script
- Python – How to know if an object has an attribute in Python
- Python – How to sort a dictionary by value
- Python – Check if a given key already exists in a dictionary
- Python – Catch multiple exceptions in one line (except block)
- Python – How to check if the string is empty
Best Solution
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, ...