Sfoglia il codice sorgente

Add Toggle keybinding & replace "Reply" with "Select" (#311)

Mikkel Paulick 2 anni fa
parent
commit
4f3b73ad85
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      docs/configuration.md

+ 2 - 1
docs/configuration.md

@@ -18,6 +18,7 @@ Keybindings are configurable in the [configuration file](#configuration).
 | --------------------- | ---------- |
 | **Guilds Tree**       |            |
 | Focus                 | Alt + g    |
+| Toggle                | Alt + b    |
 |                       |            |
 | **Messages Text**     |            |
 | Focus                 | Alt + m    |
@@ -26,7 +27,7 @@ Keybindings are configurable in the [configuration file](#configuration).
 | Reply without mention | r          |
 | Reply with mention    | R          |
 | Select reply          | s          |
-| Reply previous        | Up arrow   |
+| Select previous       | Up arrow   |
 | Select next           | Down arrow |
 | Select first          | Home       |
 | Select last           | End        |