Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwilliams committed Jan 7, 2024
1 parent 5c4ca51 commit b371b4a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ around movements, (i.e moving the editor from one window to another).

| Command | Description |
| ---------------- | ------------------------------------------------------- |
| `ctrl + w, c` | Close window (alias to ctrl + w, q) |
| `ctrl + w, m, v` | Move editor to the next group vertically (to the right) |
| `ctrl + w, m, s` | Move editor to the next group horizontally (below) |
| `ctrl + w, m, p` | Move editor back to the previous group |
Expand All @@ -46,6 +47,13 @@ Most of the differences will be related to the fact VSCode doesn't have TreeSitt

- `mif/maf` both do the same, they will select the outer function range. Getting the inner function body isn't achievable because LSP doesn't give us that, and we can't hardcode blocks (incompatibilty with python for example)

### Movements

| Command | Description |
| --------- | ---------------------------- |
| `alt + k` | Move lines or selection up |
| `alt + j` | Move lines or selection down |

## Outstanding

Feel free to pick up any of these if you wanted to contribute.
Expand Down

0 comments on commit b371b4a

Please sign in to comment.