Skip to content

Instantly share code, notes, and snippets.

@burhanloey
Last active August 7, 2017 12:06
Show Gist options
  • Save burhanloey/6f603b97eb0b8897c22c9b964cd30919 to your computer and use it in GitHub Desktop.
Save burhanloey/6f603b97eb0b8897c22c9b964cd30919 to your computer and use it in GitHub Desktop.
Instructions to open Emacs in terminal using the same colors as Emacs GUI
This is for xfce4-terminal.
Shortcuts:
Ctrl+Alt+t - Open terminal
Ctrl+Shift+t - Open new tab
Ctrl+PgUp/PgDown - Switch tab
Ctrl+Shift+w - Close tab
To make terminal uses 256-color mode, type:
export TERM=xterm-256color
And then run emacs:
emacs -nw
To disable menu shortcut keys (to use Alt+f in emacs):
Edit > Preferences > Advanced > Disable all menu access keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment