Oliver Blanthorn
|
7e9048477d
|
Merge pull request #2874 from tridactyl/no_flashbang_doc
Fix #2873: improve colours docs
|
2020-10-05 18:55:41 +01:00 |
|
Oliver Blanthorn
|
4a1548e2e3
|
Fix #2482: help people to find autocmd from seturl
|
2020-10-05 18:54:31 +01:00 |
|
Oliver Blanthorn
|
f6b8ce04f7
|
Fix #2873: improve colours docs
|
2020-10-05 18:50:55 +01:00 |
|
Oliver Blanthorn
|
50e922a243
|
Fix #2859: add -d[delim] argument to js and jsb
This stores anything after the delimiter in the magic array variable JS_ARGS.
|
2020-10-05 18:44:44 +01:00 |
|
Oliver Blanthorn
|
4e4a0c8c47
|
Fix #2785: improve source docs
|
2020-10-02 16:49:18 +01:00 |
|
Oliver Blanthorn
|
69c48d1a2b
|
Tidy up a few docstrings
|
2020-09-21 17:12:33 +01:00 |
|
Simon H Moore
|
ae13aa3c12
|
Add magic var for getting win index
|
2020-09-21 17:08:52 +01:00 |
|
Simon H Moore
|
5664c5d045
|
Add more magic variables
Most of the magic variables come from 'tabs.tab'.
|
2020-09-21 17:08:39 +01:00 |
|
Simon H Moore
|
b77f0a3bf6
|
Add magic variable to provide 'windowId'.
|
2020-09-21 17:08:39 +01:00 |
|
Oliver Blanthorn
|
d79fa46cd1
|
Add another magic autocmd variable and refactor
|
2020-09-21 17:08:33 +01:00 |
|
Simon H Moore
|
b0ea77df89
|
Add magic variable for Mozilla tab ID to :autocmd
|
2020-09-21 17:08:25 +01:00 |
|
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 |
|