Skip to content

Commit

Permalink
maximize / min frame
Browse files Browse the repository at this point in the history
  • Loading branch information
vindarel committed Nov 20, 2024
1 parent 860769c commit 81808e7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion content/en/usage/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,15 @@ These other commands are not bound to a key:
| `window-move-left/right` | | Go to the window at the left / at the right |


### Frames (maximize, minimize)

On SDL2, Lem is open in a desktop window, which we'll call frame for the context of Lem.

You can programatically call `M-x maximize-frame` and `M-x
minimize-frame`, or bind these commands to key bindings, to make the
frame bigger, or have it minimized.


### Tabs

Lem has a rudimentary support for tabs.
Expand All @@ -231,7 +240,7 @@ Activate the tab bar with `M-x toggle-tabbar`. This shows a tab for every buffer

On the GUI version of Lem, you can click on them.

### Workspaces
### Workspaces (frame-multiplexer)

Lem has a frame multiplexer, aka "workspaces" or "screen
manager".
Expand Down

0 comments on commit 81808e7

Please sign in to comment.