Skip to content

Commit

Permalink
hotfix(readme): change leader key value, fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
sravioli committed Jul 3, 2024
1 parent eb19548 commit 06b09ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ its description, styled colors and fonts to improve readability and user
experience.

The mode indicator supports customization through the [`modes`
table](./utils/modes_list.lua), which defines the text label, background color
table](./utils/modes-list.lua), which defines the text label, background color
and mappings prompt and descriptions for each mode. The configuration listens
for changes in the active key table and updates the mode indicator accordingly.

Expand Down Expand Up @@ -185,7 +185,7 @@ prompts!

The config defines custom key bindings, inspired by Vim's keymap system.

The `<leader>` (`LEADER` for wezterm) key is `<M-\>` (Alt + Backspace).
The `<leader>` (`LEADER` for wezterm) key is `<C-Space>` (Ctrl + Space).

Key combinations try to follow the same conventions as Vim, with the added modifier
of `W` that maps to the `SUPER`/`WINDOWS` key.
Expand Down

0 comments on commit 06b09ac

Please sign in to comment.