Commit graph

7807 commits

Author SHA1 Message Date
Oliver Blanthorn 2e70faefd7
Fix #3806: add :findrc 2026-07-23 15:56:14 +02:00
Oliver Blanthorn caa555e540
Fix #5209: make sed only target relative links 2026-07-23 15:13:37 +02:00
Oliver Blanthorn 432d38a12d
Fix #3548: hints pause rather than remove animations 2026-07-23 15:12:42 +02:00
Oliver Blanthorn f0037b1551
Fix #5475: make nmode ignore initial keyup 2026-07-23 15:10:32 +02:00
Oliver Blanthorn ceccbce949
Hide more things from repeat 2026-07-23 14:50:52 +02:00
Oliver Blanthorn 837dbf5f2e
Fix #1234: add :set modeindicatorshowlastex 2026-07-23 14:50:51 +02:00
Oliver Blanthorn 18f9a2c9b8
Fix #4777: add :tabclose --match
Closes all matching tabs
2026-07-23 14:50:12 +02:00
Oliver Blanthorn 91feb5eb7a
Fix #3008: improve container tutorial 2026-07-23 14:03:49 +02:00
Oliver Blanthorn 28c91c6a53
Fix #5194: add links to :help nav pane 2026-07-23 14:02:21 +02:00
Oliver Blanthorn 8241b63aab
Fix #3040: add tridactyl-search-highlight-{active-,}color 2026-07-23 14:02:21 +02:00
Oliver Blanthorn 03528e983c
Fix #4149: improve profiledir docs 2026-07-23 14:02:21 +02:00
Oliver Blanthorn f40a9a98c0
Fix #3848: improve ttsread docs 2026-07-23 14:02:21 +02:00
Oliver Blanthorn d396ec1ba0
Fix #5052: improve hint -k/K docs 2026-07-23 14:02:21 +02:00
Oliver Blanthorn b67d84cd0e
Fix #2702: restore excmd mock test 2026-07-23 14:02:21 +02:00
Oliver Blanthorn 2c0d8322d3
Fix #4738: watch modeindicator without needing reload 2026-07-23 14:02:21 +02:00
Oliver Blanthorn 7af0c160c6
Fix #3312: add descriptions to mode completions 2026-07-23 14:02:21 +02:00
Oliver Blanthorn c7281edab6
Fix #1103: catch failed loadPrefs 2026-07-23 14:02:21 +02:00
Oliver Blanthorn ae2abcd412
Fix #1415: route restricted URLs through :nativeopen 2026-07-23 13:28:39 +02:00
Oliver Blanthorn 7942896402
Fix #3174: resize/reselect on tab/taball 2026-07-23 13:27:46 +02:00
Oliver Blanthorn 40be93ad12
Fix #4697: improve :editor errors 2026-07-23 13:22:19 +02:00
Oliver Blanthorn 9216afb75d
Fix #3256: make <C-o>yy less weird 2026-07-23 13:20:36 +02:00
Oliver Blanthorn ae7ba91d1a
Fix #5320: add helpful error to expired reader 2026-07-23 13:14:34 +02:00
Oliver Blanthorn 2d750e300f
Fix #2514: make pretty more communicative 2026-07-23 13:13:25 +02:00
Oliver Blanthorn e032d16da6
Fix #2418: hintshift also selects next element 2026-07-23 13:09:52 +02:00
Oliver Blanthorn 5887493a8d
Fix #2082: respect leavegithubalone everywhere except ignore 2026-07-23 12:59:21 +02:00
Oliver Blanthorn b40b78c8f6
Fix #3569: route hint -W via content 2026-07-23 12:57:38 +02:00
Oliver Blanthorn c3c5ec5b62
Fix #5066: add container completions 2026-07-23 12:56:55 +02:00
Oliver Blanthorn 4f3889d47d
Fix #1905: run config update after RC import 2026-07-23 12:51:41 +02:00
Oliver Blanthorn edb5a60799
Fix #834: remove (pointless) jump position restoration
Firefox handles this already, no point in doing it but worse
2026-07-23 12:39:37 +02:00
Oliver Blanthorn 926f906ae4
Fix #3025: add :containercreate --or-update 2026-07-23 12:38:30 +02:00
Oliver Blanthorn d471bd568d
Fix #4737: document :back history tree 2026-07-23 11:05:25 +02:00
Oliver Blanthorn dd1820b471
Fix #4166: bmark -b completions 2026-07-23 11:05:25 +02:00
Oliver Blanthorn 86d205f84f
Fix #2130: don't use find on windows 2026-07-23 11:05:25 +02:00
Oliver Blanthorn 7d5c9cf083
Fix #4302: document permanent private mode problems 2026-07-23 11:05:25 +02:00
Oliver Blanthorn 7811e5f531
Fix #1240: support newer version of wine/7zip
This is kind of dumb because we're assuming all new versions will
forever be backwards compatible. But it is less dumb than assuming
all new minor versions will break everything
2026-07-23 10:22:24 +02:00
Oliver Blanthorn b22f3a708e
Fix #5241: test FF beta daily 2026-07-23 10:20:44 +02:00
Oliver Blanthorn 7888e42385
Fix #772: do not assume windowIds are static
Man this bug has been annoying me for like eight years.

Root cause: windowIds can change. If the window ID changed we
fell back to reopening a window. which is obviously mad in
retrospect.
2026-07-23 10:19:19 +02:00
Oliver Blanthorn 40dfc79dd2
Fix #1109: add Doc{Blur,Focus} autocmd events 2026-07-23 10:12:39 +02:00
Oliver Blanthorn 63deefc23c
Fix #517: make release commits more useful 2026-07-23 10:10:07 +02:00
Oliver Blanthorn 008c02b1e1
Fix #3581: zz respects default zoom 2026-07-23 08:22:06 +02:00
Oliver Blanthorn 7b054aebb0
Fix #4420: improve dark hint bg contrast 2026-07-23 08:20:59 +02:00
Oliver Blanthorn 0162446b9f
Put status indicator in documentElement rather than body
Half of issue #1163
2026-07-23 08:14:31 +02:00
Oliver Blanthorn 3a4fa48a46
Fix #5364: add js hints to elements with onclick 2026-07-23 08:09:15 +02:00
Oliver Blanthorn 84ac7c87ec
Fix #1236: clean up hints on mode change
This will break people using `nmode` to enter ignore mode briefly,
but I don't know if anyone does that
2026-07-23 08:08:33 +02:00
Oliver Blanthorn e098d4e281
Fix #2712: keyseq support for blacklistkeys
As a bonus, protect all `:bind --mode=browser` binds
2026-07-23 00:11:33 +02:00
Oliver Blanthorn 7ac426ed95
Fix #5246: add tabnext --skip-discarded 2026-07-23 00:02:17 +02:00
Oliver Blanthorn 5b78e75a0c
Fix #2720: remove update_url from unsigned extensions 2026-07-22 23:20:19 +02:00
Oliver Blanthorn c219e92bf9
Fix #4741: add :set searchurlopen 2026-07-22 23:19:23 +02:00
Oliver Blanthorn 6186d32e38
Fix #5358: add search this site example 2026-07-22 23:18:07 +02:00
Oliver Blanthorn af5efbcb3f
Fix #3890: use selectionRange rather start,end
I can't actually reproduce #3890 but this kind of thing
has caused issues before so let's pretend it was the
problem
2026-07-22 23:15:27 +02:00