2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-02 19:53:23 +00:00

21 Commits

Author SHA1 Message Date
TorchedSammy
e5c9b85008
feat: add ctrl _ to undo 2022-04-13 16:58:36 -04:00
sammyette
0a2046e985
feat: add right prompt ()
* feat: add right prompt (closes )

* chore: add comment for set right prompt function

* fix: add 1 space at the end of right prompt to fix character cut off

* docs: update doc for prompt function
2022-04-13 10:13:46 -04:00
sammyette
ce625aca0c
feat: add ctrl delete to forward delete word ()
* feat: add ctrl delete to forward delete word (closes )

* fix: make delete word function accurately

* fix: make ctrl delete work on st
2022-04-12 23:08:44 -04:00
TorchedSammy
1715a1f626
feat: make ctrl d delete char below cursor if line isnt empty 2022-04-12 21:02:01 -04:00
TorchedSammy
c342f4f6f5
fix: handle when stdin is in nonblocking mode (closes ) 2022-04-08 10:46:25 -04:00
Renzix
0ebd8d9035
feat: added alt backspace keybinding ()
Co-authored-by: Renzix <DanielDeBruno@renzix.com>
2022-03-29 22:15:23 -04:00
Renzix
52caedc1f1
feat: delete key on st and fix: delete key crash on xterm ()
* fix: delete key on st

* fix: delete key crash on xterm

Co-authored-by: Renzix <DanielDeBruno@renzix.com>
2022-03-29 20:35:51 -04:00
TorchedSammy
20fae8a870
fix: prompt refresh (closes ) 2022-03-29 13:07:27 -04:00
Renzix
61c9e12a4a
feat: control k to delete the rest of the line ()
Co-authored-by: Renzix <DanielDeBruno@renzix.com>
2022-03-26 23:43:30 -04:00
TorchedSammy
6ea25a22b3
feat: add inline hint text and change what were hints previously to info (closes ) 2022-03-26 17:34:09 -04:00
TorchedSammy
577f00dfef
fix(readline): make forward delete work properly 2022-03-23 21:11:24 -04:00
TorchedSammy
722bd1cd80
fix(readline): insert text in replace mode if cursor is at end of text 2022-03-23 21:10:04 -04:00
TorchedSammy
f27d60f827
fix: move cursor to end of line on history search (closes ) 2022-03-21 06:47:14 -04:00
TorchedSammy
925ded6cea
fix(readline): remove duplicate code 2022-03-17 19:57:57 -04:00
TorchedSammy
0ee47cc6f0
fix(readline): clear history filter on Readline, fixes filtering after ctrl-c 2022-03-15 16:27:12 -04:00
TorchedSammy
ae449b89eb
fix(readline): dont show completions menu if there is only 1 entry (closes ) 2022-03-14 20:17:45 -04:00
TorchedSammy
91222f9d74
fix(readline): dont reduce pos if its at 0 2022-03-13 20:00:11 -04:00
TorchedSammy
726d265cca
feat: add hilbish.vimAction hook (closes ) 2022-03-13 16:44:11 -04:00
TorchedSammy
5e505d0a8d
fix: increate pos by 1 at paste instead of 2 2022-03-13 16:40:58 -04:00
TorchedSammy
0113a4e0b4
fix(readline): make esc escape any vim mode 2022-03-13 14:26:44 -04:00
TorchedSammy
5a2e3e4700
chore: bring readline in repo for easier maintenance 2022-03-13 13:48:49 -04:00