Reputation:
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
Reputation: 35
Right-click anywhere in the Terminator window and select Preferences
, then Keybindings
. You should see a window like this:
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