user4813927
user4813927

Reputation:

Emacs goto-line in terminator not working

I am using terminator in ubuntu instead of the default terminal, and run emacs -nw on it. Here the M-g M-g command for going to a line is not responding and working (in the default ubuntu terminal it works fine!). Is there a way to fix this?

Upvotes: 1

Views: 668

Answers (1)

boltronics
boltronics

Reputation: 35

Right-click anywhere in the Terminator window and select Preferences, then Keybindings. You should see a window like this:

Terminator Preferences window

Double-click the text Alt+G (at the end of the second line, assigned to broadcast_group by default) and press the backspace key. The text should then read "Disabled". Now run Emacs in the current terminal. Entering the M-g g shortcut should prompt for a line to jump to.

Upvotes: 1

Related Questions