diff options
| author | Jonas Maier <jonas@x77.dev> | 2026-05-09 10:07:43 +0200 |
|---|---|---|
| committer | Jonas Maier <jonas@x77.dev> | 2026-05-09 10:07:43 +0200 |
| commit | 6d413c4a854cd964dfb7d45b7ee5cf955ac0230b (patch) | |
| tree | b3f0d49189d3ab00ee7331b3f253b3bbae926be0 /src | |
| parent | d602cc4ee2de8a99b15d2e0cf7fb26bb5c506a7f (diff) | |
| download | pish-6d413c4a854cd964dfb7d45b7ee5cf955ac0230b.tar.gz | |
fix keybind
Diffstat (limited to 'src')
| -rw-r--r-- | src/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profile b/src/profile index 360282a..8e12340 100644 --- a/src/profile +++ b/src/profile @@ -4,9 +4,9 @@ bind ti kdch1 ct prompt_del_right bind ti kRIT5 ct cursor_right_word bind ti kLFT5 ct cursor_left_word bind key \x01 ct cursor_begin -bind key \x02 ct cursor_end bind key \x03 ct prompt_clear bind key \x04 exit +bind key \x05 ct cursor_end bind key \x0c ct screen_clear bind key \t ct complete bind key \x1b[D ct cursor_left |
