Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Delapouite/kakoune-explain

Translate kakoune keys into English commands
https://github.com/Delapouite/kakoune-explain

cheatsheet kakoune

Last synced: 28 days ago
JSON representation

Translate kakoune keys into English commands

Awesome Lists containing this project

README

        

# Kakoune Explain

Interactive tool:
https://delapouite.github.io/kakoune-explain/

Cheatsheet:
https://delapouite.github.io/kakoune-explain/keys.html

## Discussions

### `count`

- [Allow counts for text object start/end selections](https://github.com/mawww/kakoune/issues/795)

### `0`

- [Add `0` commands to pipe-all with NUL](https://github.com/mawww/kakoune/issues/3331)

### `g.`

- [Restore multiple-selections upon hitting `g.`](https://github.com/mawww/kakoune/issues/3037)

### ``

- [`` command should not append spaces for empty lines](https://github.com/mawww/kakoune/issues/1169)

### `t`

- [`` behavior with `t`](https://github.com/mawww/kakoune/issues/1637)

### `w`, ``

- [`w` and `` do not work as expected when end of selection falls on end of word](https://github.com/mawww/kakoune/issues/3132)

### `x`

- [Change slightly how `x`/`X` works](https://github.com/mawww/kakoune/issues/2590)

### ``

- [`` should always prompt for a combining operator](https://github.com/mawww/kakoune/issues/3374)
- [`` does not work with empty registers](https://github.com/mawww/kakoune/issues/3315)

### `%`

- [`%` should not move cursor](https://github.com/mawww/kakoune/issues/2982)

### ``

- [`` behavior with `t`](https://github.com/mawww/kakoune/issues/1637)

### `!`, ``

- [Select the data inserted by the `!` and `` primitives](https://github.com/mawww/kakoune/issues/1468)