Commit graph

228 commits

Author SHA1 Message Date
PierreBorine
d578a30b1a fix: remove bashism 2025-06-15 11:48:44 +02:00
Nader K. Rad
25e23569f9
Merge pull request #88 from tkurtbond/new-bash-emacs-editing
New bash emacs editing
2025-05-16 18:38:43 +02:00
T. Kurt Bond
e0eafa0b14 Add Ctrl-k to delete to end of line and Ctrl-u to delete to start of line. 2025-05-15 15:17:56 -04:00
T. Kurt Bond
855d4b8eaf New version of adding bash & emacs keybindings in edit mode where they don't conflict. 2025-05-15 14:49:33 -04:00
T. Kurt Bond
54b623c91e Add Emacs-style bindings to edit mode, where they didn't conflict. 2025-05-15 13:28:28 -04:00
Nader K. Rad
a797656673
Merge pull request #87 from fmway/main
add nix support
2025-04-22 20:15:01 +02:00
fmway
e650c463fc add nix support 2025-04-13 11:36:57 +07:00
nadrad
de487532c0 fixed the color of the help page 2025-04-09 11:09:57 +02:00
nadrad
d0d494750c moved the source link out of the way in the html export 2025-04-08 14:36:50 +02:00
nadrad
a66208454b added one space before the stars 2025-04-08 13:14:55 +02:00
nadrad
ef02375e0b added a feature to add or remove stars 2025-04-08 13:13:55 +02:00
nadrad
761192e3c2 small improvement in font styling of exported htmls 2025-04-08 12:13:23 +02:00
nadrad
b90bc6649d Merge branch 'main' of https://github.com/nadrad/h-m-m 2025-04-08 11:53:25 +02:00
nadrad
18006c6127 improved styling for the footer of exported htmls 2025-04-08 11:53:00 +02:00
Nader K. Rad
8079ecf5a0
Merge pull request #86 from fdobad/podman-clipboard-fix
podman clipboard fix
2025-02-03 09:11:31 +01:00
fdobad
48e073541f podman clipboard fix 2025-01-13 16:36:06 -03:00
nadrad
33646fe5e7 styling multi-level numbers 2025-01-05 14:38:18 +01:00
nadrad
3b028e8c54 removed the reference to Mac issue 2024-09-21 09:03:12 +02:00
nadrad
9b888e2611 improved readability 2024-09-21 09:02:15 +02:00
nadrad
02fefc47d8 the windows issue is not open anymore! 2024-09-21 09:00:39 +02:00
nadrad
4b8177a97e alternative key codes for home and end keys 2024-09-02 14:59:16 +02:00
nadrad
65af378c6b Merge branch 'main' of https://github.com/nadrad/h-m-m 2024-09-02 14:55:19 +02:00
nadrad
0b31942e28 alternative key codes for home and end keys 2024-09-02 14:54:55 +02:00
Nader K. Rad
f9ce96b719
Merge pull request #77 from qadzek/add-def-keyb
Accompany list of commands by default key bindings
2024-07-23 20:47:58 +02:00
qadzek
a37410aef6 Accompany list of commands by default key bindings
While changing a couple of key bindings, I had to switch a lot between
the "Default key bindings" section and the list of commands, to check
which keys were already taken.

In my opinion, it would be easier for the user if the list of commands
were accompanied by the default key bindings, so they can just be copied
and pasted into the configuration file.
2024-07-17 10:32:27 +02:00
Nader K. Rad
db5536b971
Merge pull request #76 from bound-variable/patch-1
Update README with information on rankings
2024-07-13 11:56:05 +02:00
Alan
771fcfdfb7
Update README with information on rankings 2024-07-12 16:41:13 -07:00
T. Kurt Bond
23e77edb4e Add Emacs-style bindings to edit mode, where they didn't conflict. 2024-07-07 14:58:59 -04:00
nadrad
9ed4aa59ff fine tuning the message summarizer 2024-05-24 09:19:29 +02:00
nadrad
1f1aab992c messages will be summarized to fit in one line 2024-05-24 09:08:47 +02:00
nadrad
254b0a1d4e added ctrl+w to magic readline 2024-05-23 09:33:03 +02:00
nadrad
733f7d8248 added ctrl+w to magic readline 2024-05-23 09:30:49 +02:00
nadrad
05907e3b66 partial fix for highlighting wide characters 2024-05-23 09:13:11 +02:00
nadrad
8b21dccaa8 fixed the readline length calculation issue 2024-05-23 08:56:56 +02:00
nadrad
8400b6621a fixes the last commit 2024-05-23 08:47:00 +02:00
Nader K. Rad
4638b0847b
Merge pull request #74 from jheroy/main
fix wide characters
2024-05-23 08:40:01 +02:00
Nader K. Rad
494c289674
Merge pull request #73 from wschroeder/main
feat(editor): added some meta support
2024-05-02 08:56:03 +02:00
WenHuxian
2950f9630d fix wide characters 2024-04-09 11:04:54 +08:00
William Schroeder
9200580a5e feat(editor): added some meta support
I added meta-left, meta-right, and meta-backspace support to mostly
reflect what readline does, minus undo and yank/copy.

Nowadays, meta pretty much means alt.
2024-04-08 09:05:52 -05:00
nadrad
1caa360a53 improved width fix: changing strlen to strwidth 2024-04-08 08:28:53 +02:00
nadrad
e7c02c8249 Merge branch 'main' of https://github.com/nadrad/h-m-m 2024-04-08 08:27:04 +02:00
nadrad
a7ac9a254d nothing! 2024-04-08 08:26:55 +02:00
Nader K. Rad
3bd33805dc
Merge pull request #72 from wschroeder/main
fix(display): ensure base line length is equal to terminal width even…
2024-04-08 08:26:18 +02:00
William Schroeder
63ef829129 fix(display): ensure base line length is equal to terminal width even if map line length is shorter 2024-04-07 21:57:21 -05:00
nadrad
0ff42afd04 Merge branch 'main' of https://github.com/nadrad/h-m-m 2024-04-07 14:16:52 +02:00
nadrad
e6bf8e4d7e I don't remember anymore! 2024-04-07 14:16:42 +02:00
Nader K. Rad
719e4a048b
Merge pull request #69 from jheroy/main
Chinese display support Fix #68
2024-04-07 14:13:14 +02:00
wen huxian
16cd66f3e2 chinese display support 2024-04-04 16:55:44 +08:00
nadrad
da03517de1 Merge branch 'main' of https://github.com/nadrad/h-m-m 2024-03-30 19:07:06 +01:00
nadrad
533a8b94ae ctrl+q for debugging 2024-03-30 19:06:41 +01:00