This thread contains a patchset. You're looking at the original emails,
but you may wish to use the patch review UI.
Review patch
2
[PATCH left 1/3] Add missing ctrl+f documentation
From: Domantas Petrauskas <hello@domnantas.lt>
---
src/main.tal | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/main.tal b/src/main.tal
index 33cb426..fe7d50c 100644
--- a/src/main.tal
+++ b/src/main.tal
@@ -9,6 +9,7 @@
ctrl+arrow - jump
ctrl+h - toggle syntax highlight
+ ctrl+f - toggle fixed vs proportional font
ctrl+tab - select word
ctrl+mouse2 - cut and find
--
2.32.0
[PATCH left 2/3] Add open selection and replace name control docs
From: Domantas Petrauskas <hello@domnantas.lt>
---
README.md | 10 ++++++----
src/main.tal | 15 +++++++++++----
2 files changed, 17 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 8d0c3cb..73664eb 100644
--- a/README.md
+++ b/README.md
@@ -38,11 +38,13 @@ Paste your text, press `enter` and exit with `ctrl+c`.
### Generics
-- `ctrl+n` - new
+- `ctrl+n` - new
- `ctrl+s` - save
-- `ctrl+r` - rename
- `ctrl+o` - open
-- `ctrl+c` - copy
+- `ctrl+shift+o` - open selection
+- `ctrl+r` - focus name
+- `ctrl+shift+r` - replace name
+- `ctrl+c` - copy
- `ctrl+v` - paste
-- `ctrl+x` - cut
+- `ctrl+x` - cut
- `ctrl+a` - select all
diff --git a/src/main.tal b/src/main.tal
index fe7d50c..0fa9746 100644
--- a/src/main.tal
+++ b/src/main.tal
@@ -18,10 +18,17 @@
alt+mouse2 - find from top
alt+char - leap
- ctrl+n - new ctrl+s - save
- ctrl+r - rename ctrl+o - open
- ctrl+c - copy ctrl+v - paste
- ctrl+x - cut ctrl+a - select all )
+ ctrl+n - new
+ ctrl+s - save
+ ctrl+o - open
+ ctrl+shift+o - open selection
+ ctrl+r - focus name
+ ctrl+shift+r - replace name
+ ctrl+c - copy
+ ctrl+v - paste
+ ctrl+x - cut
+ ctrl+a - select all
+)
~src/utils.tal
--
2.32.0
[PATCH left 3/3] Add select word control docs
From: Domantas Petrauskas <hello@domnantas.lt>
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 73664eb..9bad136 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,7 @@ Paste your text, press `enter` and exit with `ctrl+c`.
- `ctrl+h` - toggle syntax highlight
- `ctrl+f` - toggle fixed vs proportional font
- `alt+arrow` - hop
+- `alt+mouse1` - select word
- `alt+mouse2` - find from top
- `alt+char` - [leap](https://www.youtube.com/watch?v=o_TlE_U_X3c)
--
2.32.0