diff options
| author | Raymaekers Luca <luca@keyfried.com> | 2024-11-18 22:41:52 +0100 |
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-18 22:42:42 +0100 |
| commit | 5d433ef52651232126ec1d6d3c0f2453ac538b9f (patch) | |
| tree | aca67f175bd770d64f7d67a0dd7245929708370a /README.md | |
| parent | 49f5efb74a1ffb74891fa4debebcd63a927a13e3 (diff) | |
Added pasting clipboard on ctrl-y
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,6 @@ The idea is the following: - [ ] bug: when connecting two clients of the same account - [ ] bug: wrapping does not work and displays nothing if there is no screen space - [ ] bug: reconnect does not work when server does not know id -- [ ] markup for messages - [ ] convert tabs to spaces ## server @@ -43,6 +42,7 @@ The idea is the following: - `Ctrl+C` | `Ctrl+D`: quits - `Ctrl+U`: Erase input line - `Ctrl+W`: Erase word behind cursor +- `Ctrl+Y`: Paste clipboard into input field ## Resources I used for building this - source code I looked at: |
