Commit graph

207 commits

Author SHA1 Message Date
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
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
Nader K. Rad
68a62d6278
Merge pull request #67 from Jingup/main
Update Dockerfile
2024-03-29 20:04:53 +01:00
Jingup
bcc0706def
Update Dockerfile
Add a variable
2024-03-27 10:55:12 +08:00
Nader K. Rad
576f2c697b
Merge pull request #63 from gabriel-berardi/patch-1
Fixing a small typo in readme.md
2023-12-29 12:53:01 +01:00
Gabriel Berardi
1a2934acf0
Fixing a small typo in readme.md 2023-12-29 12:38:04 +01:00
nadrad
79f0603abd klipper 2023-12-05 08:12:58 +01:00
nadrad
1fb131ee3d added klipper support 2023-12-04 06:43:00 +01:00
nadrad
2c061c965b switched ${var} to {$var} 2023-12-04 06:24:43 +01:00
nadrad
b24f3cf57a potential fix for config 2023-10-20 09:57:33 +02:00
nadrad
1d61a40788 another alternative for "home" and "end" key codes! 2023-07-25 12:00:09 +02:00
nadrad
18d273015f alternative codes for "home" and "end" keys 2023-07-25 09:17:21 +02:00
nadrad
4562afb527 echo-keys switch for troubleshooting 2023-07-25 09:09:07 +02:00
nadrad
eb1fec66f0 '(?)' is styled like '???' now. 2023-07-23 16:57:17 +02:00
nadrad
35a6bae112 added pbcopy to acceptable clipboard applications 2023-07-23 11:31:08 +02:00
nadrad
aa54cac1c0 auto_save added 2023-07-23 11:22:48 +02:00
nadrad
9e049112f4 pressing '?' shows the key bindings 2023-07-23 11:09:17 +02:00
nadrad
566e292ef8 made key bindings configurable 2023-07-23 10:45:10 +02:00
nadrad
66f4162d65 bullet character behaves like * when pasting 2023-07-02 16:27:30 +02:00
nadrad
ab0b8cc343 cleanup 2023-07-01 12:55:19 +02:00
nadrad
fa87f13ada fixed line length for aligned parents with multiple children 2023-05-12 05:03:52 +02:00
nadrad
4a8a065b10 fixed highlighting for aligned no-siblings 2023-05-12 05:00:34 +02:00
nadrad
96fc5f9759 styling of active nodes with initial numbers 2023-04-20 11:03:48 +02:00