Skip to content

Lem Manual for Users

vindarel edited this page Mar 24, 2021 · 32 revisions

Lem Manual for Users (JP)

目次

  1. lem概要

  2. mode

    1. Vi mode

    2. Emacs mode

  3. REPL

  4. 補完機能

  5. ジャンプ機能

  6. キーボードマクロ

Lem manual (EN)

Lem has Emacs-like keybindings, as well as a vi emulation (M-x vi-mode).

So, to open a file, press C-x C-f (you get the file selection dialog shown above). To save it, it's C-x C-s.

To switch to the REPL: C-c C-z.

To compile and load a buffer: C-c C-k. To compile a function: C-c C-c.

To switch windows: C-x o. To make a window fullscreen: C-x 1. To split it vertically: C-x 3 and horizontally: C-x 2.

To switch buffers: C-x b.

To run an interactive command: M-x (alt-x).

See this Emacs & Slime cheatsheet to find more: https://lispcookbook.github.io/cl-cookbook/emacs-ide.html#appendix