Commit graph

759 commits

Author SHA1 Message Date
Oliver Blanthorn
622fd5886d
Merge branch 'master' of github.com:cmcaine/tridactyl 2018-04-16 11:45:54 +01:00
Oliver Blanthorn
2c564f2b34
Add a handful of binds from Vimperator 2018-04-16 11:45:29 +01:00
Colin Caine
c27d6d86ff Add background flag to tabopen
Fix #396
2018-04-16 11:26:16 +01:00
Colin Caine
06326acbd7 release 1.9.2 2018-04-16 08:47:18 +01:00
Colin Caine
da00523e85 Fix #392 2018-04-16 08:47:01 +01:00
Colin Caine
794849c548 release 1.9.1 2018-04-16 00:57:54 +01:00
Colin Caine
f2fad1cc04 Fix buffer switch bind 2018-04-16 00:55:38 +01:00
Colin Caine
7d22865625 release 1.9.0 2018-04-16 00:20:17 +01:00
Colin Caine
4858432401 Add some binds with modifiers 2018-04-16 00:17:41 +01:00
Colin Caine
e30b766794 Make key suppression less bad 2018-04-16 00:07:49 +01:00
Colin Caine
2ccfdda110 Use keyseq for normalmode
Also rename ex_str to exstr in a bunch of places for no real reason.
2018-04-16 00:07:49 +01:00
Colin Caine
339cbc36fd Change keyseq/parse interface, ignore shift sometimes 2018-04-16 00:07:41 +01:00
Colin Caine
095df8ea03 Add nmaps -> KeyMap 2018-04-15 22:34:07 +01:00
Colin Caine
35bcde6627 Update keyseq
- Add and build grammars
 - Add to content.ts for interactive use
 - Add tests
 - Change bracketExpr parser
 - Improve comments
 - Apply prettier
2018-04-15 22:34:07 +01:00
Oliver Blanthorn
c56fa5fdf7
Remove data: recommendation until #379 is fixed 2018-04-15 21:10:05 +01:00
Oliver Blanthorn
d59f890a32
Fix typo 2018-04-15 19:08:42 +01:00
Oliver Blanthorn
f138374a87
Add viewconfig command 2018-04-15 18:21:46 +01:00
Oliver Blanthorn
6015f94a56
Add Space to command mode tutorial 2018-04-15 15:43:05 +01:00
Oliver Blanthorn
639c523327
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-fix_#224 2018-04-15 15:41:55 +01:00
Oliver Blanthorn
dd2020913c
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-fix_#266 2018-04-15 15:32:31 +01:00
Oliver Blanthorn
2d9d4d659a
Fix sanitise help 2018-04-15 14:11:00 +01:00
Colin Caine
498dc2403d Open a new tab for :help more predictably 2018-04-15 11:07:48 +01:00
Colin Caine
d6f22c4fa5 Revise tutor text 2018-04-15 11:02:58 +01:00
Oliver Blanthorn
061178649e
Show tutorial on first install of Tridactyl 2018-04-14 22:37:16 +01:00
Oliver Blanthorn
252158791c
Update docstrings; hide internal function 2018-04-14 22:14:16 +01:00
Oliver Blanthorn
c1b8b26e46
Improve tutorial 2018-04-14 22:11:16 +01:00
Oliver Blanthorn
ce888061b4
Mention tutor on newtab, minor improvements 2018-04-14 15:34:41 +01:00
Oliver Blanthorn
b83dfb7d8c
Merge branch 'master' of github.com:cmcaine/tridactyl into clippy 2018-04-14 15:24:07 +01:00
Oliver Blanthorn
c7620c9fe1
Improve tutorial 2018-04-14 15:13:42 +01:00
Oliver Blanthorn
13932f94a2
Fix tutorial build process and alias 2018-04-14 14:03:54 +01:00
Colin Caine
1cc76c3bb4 Remove bad alias 2018-04-14 11:58:19 +01:00
Colin Caine
ff69b7e8a1 itertools: add tail 2018-04-14 11:33:46 +01:00
glacambre
3e653dc2f1
config.ts: Add comments to 'allowautofocus' setting 2018-04-14 11:13:07 +02:00
glacambre
cfb6484f30
{config,dom}.ts: Turn 'allowautofocus' setting into a string 2018-04-14 11:12:12 +02:00
glacambre
0e128b9ef8
{config,content,dom,excmds}.ts: Implement autofocus-prevention mechanism 2018-04-14 11:10:42 +02:00
glacambre
34d8363224
tridactyl.d.ts: Add focus with arguments to HTMLElement interface 2018-04-14 11:05:40 +02:00
glacambre
20dfaed659
completions.ts: Add empty completion option for option deselection 2018-04-14 10:44:44 +02:00
glacambre
8f70717f18
commandline_frame.ts: Make <Space> put selected completion in cmdline 2018-04-14 10:41:16 +02:00
Oliver Blanthorn
670c5be323
Start tutorial. Currently does not run in extension 2018-04-13 23:30:53 +01:00
Oliver Blanthorn
095ce771ea
Formatting: run all typescript through prettier 2018-04-13 19:28:03 +01:00
Oliver Blanthorn
f0c8ada4cb
Fix #276: ]] on Hacker News 2018-04-13 12:37:43 +01:00
Oliver Blanthorn
37b9faab9f
Fix build warnings 2018-04-13 09:39:43 +01:00
glacambre
9fdbbd435a
dom.ts: Handle errors thrown by CSP in getAllDocumentFrames() 2018-04-13 07:18:42 +02:00
Oliver Blanthorn
e441acb0fe
Improve help on excmds.ts and show new tab page on first run 2018-04-12 22:33:10 +01:00
Oliver Blanthorn
2e5eab52c0
Remove all traces of fun from newtab 2018-04-12 20:26:27 +01:00
Oliver Blanthorn
b38eeebd0e
Merge branch 'master' of github.com:cmcaine/tridactyl into rscircus-patch-1 2018-04-12 19:46:21 +01:00
Oliver Blanthorn
cc193a4800
Merge branch 'master' of github.com:cmcaine/tridactyl into IsaacKhor-i341-fix-tabclose 2018-04-12 13:32:58 +01:00
Oliver Blanthorn
3fbad9e693
Support #/% index for tabs everywhere 2018-04-12 13:17:17 +01:00
Oliver Blanthorn
ac3accbc45
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-fix_scrolling_again 2018-04-12 12:14:56 +01:00
glacambre
15c8c47015
excmds.ts: Make recursiveScroll take frames into account 2018-04-12 00:02:19 +02:00