Commit graph

1246 commits

Author SHA1 Message Date
Simon H Moore
e595781f73 Zoom function can accept target 'tabId' argument. 2020-09-10 21:07:58 +01:00
Oliver Blanthorn
3dc45139c7
Merge pull request #2727 from xoi/fix-excmd-logging
Fix logging of excmd
2020-08-10 20:46:19 +01:00
xi
5aeed1a22c Fix logging of excmd 2020-08-11 01:16:40 +09:00
xi
3986df7ef1 Fix source_quiet parameter 2020-08-11 00:26:26 +09:00
Oliver Blanthorn
42a7ac336c
Fix #2262: make version number more reliable 2020-08-07 16:05:05 +01:00
Oliver Blanthorn
12058f008b
Fix #1571: :tabopen<CR> no longer shows our new tab page 2020-08-07 13:35:06 +01:00
Oliver Blanthorn
e0763a9d9a
Fix #2707: make :help take you to right page 2020-08-05 17:40:20 +01:00
Oliver Blanthorn
36fdea7e5a
Fix #2713: improve :set docs 2020-08-05 17:14:32 +01:00
Oliver Blanthorn
8c73f01589
Fix error in documentation 2020-08-04 10:23:19 +01:00
Oliver Blanthorn
db8be417e9
Add firefoxsyncpu{sh,ll} commands 2020-08-04 10:23:19 +01:00
Oliver Blanthorn
eff5ec126e
Remove errant comment 2020-08-03 14:59:00 +01:00
Oliver Blanthorn
6d5577bd98
Fix #2695 in FF80+ 2020-08-03 13:49:35 +01:00
Oliver Blanthorn
ac54cb8149
Ameliorate #2695 while preserving current behaviour
(I think). I was a big refactor so I probably broke something.
2020-08-03 13:38:21 +01:00
Oliver Blanthorn
987133a5f3
Fix :unfocus on nested shadowRoots 2020-08-02 12:47:05 +01:00
Oliver Blanthorn
2604b4af68
Fix #2627: make sure docs mention double-escaped JS RegExps 2020-07-15 21:25:50 +01:00
Oliver Blanthorn
3b91baad7e
Backwards compat: autocontain -s includes the bug fix 2020-07-15 20:39:34 +01:00
Aurélien Ooms
b4c789b312 fix(autocontain): Fix part of RegExp that matches subdomains. 2020-07-15 01:05:11 +02:00
glacambre
34f516ba82 excmds.ts: fix URL to tridactylrc 2020-07-07 20:07:05 +02:00
Oliver Blanthorn
12b9168f54
Improve escapehatch docs 2020-07-07 11:30:28 +01:00
Oliver Blanthorn
8696367e5a
Merge branch 'master' into sidebar_focus_hack 2020-07-06 18:31:04 +01:00
Oliver Blanthorn
f2ef71e657
Merge pull request #2585 from MyGitUsername/refactor_throw_expressions
Throw errors with throw new Error("string") rather than throw "string"
2020-07-06 18:19:08 +01:00
Michael Kaufman
4b0437e691 Throw errors with a new Error() rather than a string 2020-07-06 09:24:53 -07:00
Oliver Blanthorn
112e392d38
Focus page if address bar is focused on :escapehatch
This works around a Mozilla bug by quickly opening and closing the
sidebar.
2020-07-06 17:17:19 +01:00
Oliver Blanthorn
8e8b8d5f12
Improve browser-mode docs 2020-07-06 17:16:58 +01:00
Oliver Blanthorn
f8a7d583ff
Make escapehatch unfocus element
Useful for getting out of flash-like videoplayers
2020-07-05 23:04:13 +01:00
Oliver Blanthorn
747fbc6faa
Add user-configurable browser-wide binds 2020-07-05 19:36:27 +01:00
Oliver Blanthorn
19eefd100b
Merge pull request #2577 from tridactyl/acquiesce
Add escapehatch ex-command and global keybind for it
2020-07-05 14:02:14 +01:00
Michael Kaufman
789a64bdb7
Fix #2210: tell user to :nativeinstall if :guiset fails 2020-07-04 18:51:21 +01:00
Oliver Blanthorn
a54e7cde95
Add commands API bind, <C-,> for escapehatch 2020-07-04 18:43:09 +01:00
Oliver Blanthorn
64e8b3033e
Add escapehatch ex-command to switch to / create a tab Tridactyl can run in 2020-07-04 18:34:48 +01:00
Oliver Blanthorn
ae1d4afc1d
Fix #2478: improve blacklistadd docs 2020-07-02 15:22:48 +01:00
Oliver Blanthorn
09e19896cf
Grasp the nettle: run prettier on all of src 2020-07-01 18:38:02 +01:00
Oliver Blanthorn
f3877dacfc
Add autocmds for web requests 2020-07-01 12:51:50 +01:00
Oliver Blanthorn
54a049282e
Fix #2552: add callback hint-mode 2020-06-30 12:14:57 +01:00
Oliver Blanthorn
d97e3fca0f
Add blacklistdelete exalias and improve blacklistadd docs 2020-06-29 14:42:02 +01:00
Oliver Blanthorn
ea020957e6
Fix #2545: winmerge with no arguments now merges all windows 2020-06-28 11:44:57 +01:00
Oliver Blanthorn
d36246a6a4
Fix #404: add winmerge command 2020-06-27 13:49:07 +01:00
Oliver Blanthorn
5fdd15d476
Improve tab{grab,push} docs 2020-06-27 13:28:39 +01:00
glacambre
415ea541a2 Implement tab{grab,push}
These two commands let users move windows from one window to another.
2020-06-27 06:01:38 +02:00
Oliver Blanthorn
ade6ccc1eb
Fix #2539: restore condition that was flipped
This bug was introduced in the refactoring encouraged by
eslint.
2020-06-25 22:41:49 +01:00
Oliver Blanthorn
dfd8236a6c
Fix #2339: protect users from containerdelete with no arguments 2020-06-19 22:23:06 +01:00
Oliver Blanthorn
f955956b59
Re-enable no-unnecessary-type-assertion 2020-06-19 20:47:40 +01:00
Oliver Blanthorn
9fde9f3152
Re-enable no-unused-vars 2020-06-19 20:30:07 +01:00
Oliver Blanthorn
d5192f6dac
Re-enable prefer-regexp-exec 2020-06-19 15:19:46 +01:00
Oliver Blanthorn
dee3b7e6c1
Re-enable require-await 2020-06-19 13:48:22 +01:00
Oliver Blanthorn
a6ca46d147
Re-enable arrow-body-style 2020-06-19 13:08:23 +01:00
Oliver Blanthorn
d72016f10f
Re-enable guard-for-in 2020-06-19 13:02:43 +01:00
Oliver Blanthorn
96f763e42e
Re-enable no-extra-semi and prettier
Prettier re-enabled as the semi-colon removal made quite a few files
uglier than they were previously.
2020-06-19 12:56:25 +01:00
Oliver Blanthorn
bd4a87bb36
Re-enable spaced-comment 2020-06-18 22:43:38 +01:00
Oliver Blanthorn
5c3c16d376
Re-enable prefer-const rule 2020-06-18 18:34:29 +01:00