nadrad
43c88c9bbc
moving viewport with ctrl+arrows
2026-03-04 11:30:00 +01: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
fmway
e650c463fc
add nix support
2025-04-13 11:36:57 +07:00
nadrad
ef02375e0b
added a feature to add or remove stars
2025-04-08 13:13:55 +02:00
fdobad
48e073541f
podman clipboard fix
2025-01-13 16:36:06 -03: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
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
Alan
771fcfdfb7
Update README with information on rankings
2024-07-12 16:41:13 -07:00
nadrad
254b0a1d4e
added ctrl+w to magic readline
2024-05-23 09:33:03 +02: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
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
ab0b8cc343
cleanup
2023-07-01 12:55:19 +02:00
nadrad
1266938001
fixed typo!
2023-04-19 18:00:59 +02:00
nadrad
43b76efaf9
new feature for opening the active node with xdg-open
2023-04-19 17:58:56 +02:00
Axel Gschaider
2cd0134c79
fix quotes in readme.md
2023-03-27 07:36:02 +02:00
nadrad
c447c06223
text map export
2023-03-18 14:38:26 +01:00
nadrad
d16214e78d
hidden nodes
2023-03-17 20:04:49 +01:00
nadrad
3f6095a8ed
customizable symbols
2023-03-15 09:24:48 +01:00
nadrad
d3afbd7ac4
align-levels feature
2023-03-15 09:09:17 +01:00
nadrad
4e9e12d440
added 'T' for sorting siblings
2023-01-01 11:14:54 +01:00
nadrad
cdaf8e5be4
'V' for collapsing the children
2022-12-31 22:48:16 +01:00
nadrad
c7f117d21d
added the ranking feature
2022-12-22 17:07:30 +01:00
nadrad
70e1c5f875
key binding for adding and removing seq. nums
2022-10-13 12:30:38 +02:00
nadrad
9ab20b40da
check mark and ballot X character toggle
...
It's a quick way of adding the ✓ and ✗ symbols at the beginning of titles by pressing the 't' key.
2022-10-12 13:25:21 +02:00
nadrad
3a1f2db77d
shell command after exporting
2022-09-29 10:14:11 +02:00
nadrad
80bf357301
clearer explanation of the clipboard options
2022-09-26 17:11:27 +02:00
nadrad
a61e4acfc7
added internal, file, and command clipboard types
...
* `--clipboard=os` uses xclip and similar applications (default).
* `--clipboard=internal` uses an internal variable as the clipboard without exchanging content with external applications.
* `--clipboard=file` along with `--clipboard-file=/path/filename` uses the file as the clipboard.
* `--clipboard=command` uses `--clipboard-in-command="command %text%"` to send content and `--clipboard-out-command=command` to receive.
2022-09-26 17:09:45 +02:00
nadrad
5074ae39d8
configuration
2022-09-19 20:53:38 +02:00
nadrad
45e60e2c8d
refactoring names + more config options
2022-09-19 20:33:27 +02:00
nadrad
22f4c200a3
note for Windows users
2022-09-18 13:23:36 +02:00
Lawrence Lagerlof
11cd3de1c3
Pipe downloaded script to sh instead bash
2022-09-17 09:59:30 -03:00
nadrad
d94f0f2364
marked code as shell code
2022-09-17 12:06:09 +02:00
nadrad
79dc11c80a
structured the Docker guide
2022-09-17 11:49:14 +02:00
Nader K. Rad
0ae5849ada
Merge pull request #15 from vc0sta/main
...
Dockerize app
2022-09-17 11:47:29 +02:00
nadrad
7ffdffc6bf
key bindings for the text editor
2022-09-16 21:41:53 +02:00
nadrad
2b913c599f
added 'del'
2022-09-16 21:03:12 +02:00
nadrad
890e6cb45f
setting a maximum for undo
2022-09-16 19:33:55 +02:00
nadrad
dd0880e755
more key bindings for search
2022-09-16 14:58:07 +02:00
nadrad
a29fddffe3
one line installation command
2022-09-16 09:28:54 +02:00
nadrad
0fd6f925e7
organizing the installation section
2022-09-16 09:09:58 +02:00
Nader K. Rad
85d1a1bb8e
Merge pull request #16 from llagerlof/main
...
Installation script for h-m-m on Linux
2022-09-16 09:00:47 +02:00
jinjaghost
8b2d68d8a2
Merge branch 'main' into main
2022-09-16 03:02:21 +02:00
Ken Polizzi
728cfd5aa8
add undo and redo
2022-09-16 02:50:35 +02:00
Lawrence Lagerlof
346fe94ca3
Add info about install.sh automatic download
2022-09-15 17:00:51 -03:00