URL: http://www.jedsoft.org/jed/

In the basic setup of jed when you press ALT-F (i.e. Alt key at the same time as letter "f") it opens the File menu. I didn't want that. I wanted it to be like in Emacs where ALT-F means skip-word.

The README said to set ALT_CHAR = 27; like this FAQ said. Well, that didn't work. After some more google searching I found out how to do it!:


() = evalfile("emacs");           % Emacs-like bindings

Now it works like I think it should. I write it here because I'll probably forget for the next time.

Jed is the editor I use the most when not working in a graphical environment. Almost all of the code to this website has been developed using jed.

Comments

Fergal

You also need to comment out enable_menu_keys ()

Your email will never ever be published.

Previous:
Passed my grading! January 26, 2004 Kung Fu
Next:
Grep in Jed January 27, 2004 Linux
Related by category:
set -ex - The most useful bash trick of the year August 31, 2014 Linux
brotli_static in Nginx November 8, 2024 Linux
Be very careful with your add_header in Nginx! You might make your site insecure February 11, 2018 Linux
Linux tip: du --max-depth=1 September 27, 2007 Linux
Related by keyword:
How to encrypt a file with Emacs on macOS (ccrypt) January 29, 2019 Linux, macOS
Best Atom packages of 2015 January 22, 2016 Web development, macOS
EditArea vs. CodePress January 3, 2008 Web development
Emacs on the Palm OS December 15, 2005 Mobile