ergoemacs / ergoemacs-mode

ergoemacs-mode
ergoemacs.github.io/
GNU General Public License v3.0
293 stars 35 forks source link

Key bindings #483

Closed ghost closed 3 years ago

ghost commented 5 years ago

Ive just started using ergoemacs and i love it, however there are two issues.

  1. f11 will no longer switch in and out of fullscreen
  2. In default emacs to execute a command is M-x, however this doesnt work in ergoemacs and i havnt found an equivalent command. I have tried adding my own keybinding but nothing has worked
mattfidler commented 5 years ago

Hi @cpdf98 I think you could use:

(global-set-key (kbd "<f11>") 'toggle-frame-fullscreen)

I think that M-x is Alt+a by the default keys. See http://ergoemacs.github.io/ for a listing of the bindings.

ghost commented 4 years ago

@mattfidler I have tried using alt-a, however the response i get is "Attempt to modify read-only object: "print".

mattfidler commented 4 years ago

What keymap are you using?

It remaps based on your keymap so alt+a may be something different.

On Tue, Oct 22, 2019 at 11:06 AM cpdf98 notifications@github.com wrote:

@mattfidler https://github.com/mattfidler I have tried using alt-a, however the response i get is "Attempt to modify read-only object: "print".

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ergoemacs/ergoemacs-mode/issues/483?email_source=notifications&email_token=AAD5VWR6MU6C2F3CVRCL3CLQP4QIDA5CNFSM4JCKTRDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEB6JNGQ#issuecomment-545035930, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAD5VWWHVOR7HNKEANYZCA3QP4QIDANCNFSM4JCKTRDA .

ghost commented 4 years ago

the default one. "us-US ENGLISH QWERTY layout"

mattfidler commented 4 years ago

Hm. Are you using any of the ergoemacs-themes?

Could you try installing smex to see if that is the issue?

What version of ergoemacs-mode are you using? The one on elpa is broken I believe.

On Tue, Oct 22, 2019 at 12:45 PM cpdf98 notifications@github.com wrote:

the default one. "us-US ENGLISH QWERTY layout"

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ergoemacs/ergoemacs-mode/issues/483?email_source=notifications&email_token=AAD5VWSLNO3KRGND7HG7C3TQP433HA5CNFSM4JCKTRDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEB6THDQ#issuecomment-545076110, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAD5VWX4RDQHJUDOCUMFX5DQP433HANCNFSM4JCKTRDA .

ghost commented 4 years ago

I got everything to work. I was using standard before but i switched it to reduced.

ghost commented 4 years ago

I spoke too soon. It worked when i tried setting it to reduction once, but it doesnt work now. There must be other settings i enabled that made it work.

mattfidler commented 4 years ago

With "reduced" the keybinding is Alt+;

mattfidler commented 3 years ago

Reopen if you have issues on the new github version