Add command to make Emacs window fullscreen.
Default keybinding is F11. The command follows freedesktop standards, so it should work on most desktops, at least in GNU/Linux systems.
This commit is contained in:
parent
93c94a6f82
commit
f77ad4d854
3 changed files with 12 additions and 0 deletions
|
@ -205,6 +205,7 @@ Keybinding | Description
|
|||
<kbd>C-h A</kbd> | Run `apropos` (search in all Emacs symbols).
|
||||
<kbd>M-/</kbd> | Run `hippie-expand` (a replacement for the default `dabbrev-expand`).
|
||||
<kbd>C-x C-b</kbd> | Open `ibuffer` (a replacement for the default `buffer-list`).
|
||||
<kbd>F11</kbd> | Make the window full screen.
|
||||
<kbd>F12</kbd> | Toggle the Emacs menu bar.
|
||||
<kbd>C-x g</kbd> | Open Magit's status buffer.
|
||||
<kbd>C-=</kbd> | Run `expand-region` (incremental text selection).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue