Skip to content

Commit

Permalink
mention tabs!
Browse files Browse the repository at this point in the history
  • Loading branch information
vindarel committed Jun 14, 2023
1 parent 7ccd15d commit 4dbe5f4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Full-featured REPL and interactive debugger, with Paredit and a third-party Pare

<--->

### Project explorer
### Project tree view

<img class="" src="/lem-page/filer.png" alt="">

Expand All @@ -79,8 +79,8 @@ Open a file tree of the current project.

<!-- <img class="" src="/lem-page/tetris.png" alt="File tree on the left."> -->

Multiple cursors, interactive grep, directory mode, HTML and CSS modes,
Multiple cursors, interactive grep, directory mode, tabs,

and support for Scheme, Clojure, Go, JavaScript, Python, Rust, Elixir, Haskell, Java, Nim, Dart, OCaml, Scala, shell, asm, ascii, JSON…
and support for Scheme, Clojure, Go, JavaScript, Python, Rust, Elixir, Haskell, Java, Nim, Dart, OCaml, Scala, shell, asm, ascii, JSON, HTML and CSS

{{< /columns >}}
8 changes: 8 additions & 0 deletions content/en/usage/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,14 @@ You are presented a "modale" window. Type some text to start narrowing the buffe

You can also use Space to select/deselect entries, then use a right click to choose an action to apply on the selected buffers. Default actions are to kill the selected buffers, or to save them.

### Tabs

Lem has a rudimentary support for tabs as for now.

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.

## vi and emacs modes

Use `M-x vi-mode` and `M-x emacs-mode`.
Expand Down

0 comments on commit 4dbe5f4

Please sign in to comment.