Commit graph

2548 commits

Author SHA1 Message Date
fluem
ccd883735f Tidy up undo command 2020-10-10 18:05:58 +02:00
fluem
1858d572f8 Add 'undo tab_strict' to only restore tabs previously open in current window 2020-10-09 21:59:11 +02:00
Oliver Blanthorn
0e6e8fa47b
Merge pull request #2855 from fluem/docs_add_visual_mode
Add visual mode to the tutorial
2020-10-08 10:22:45 +01:00
Oliver Blanthorn
3dda2a8582
Merge pull request #2875 from tridactyl/seturl_autocmd_link
Fix #2482: help people to find autocmd from seturl
2020-10-05 18:56:23 +01:00
Oliver Blanthorn
0a61a01aa3
Merge pull request #2866 from tridactyl/js_eof
Fix #2859: add js delimiter option
2020-10-05 18:56:04 +01:00
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
fluem
6613671ab5
Update 3.5-visual-mode.md 2020-09-29 19:32:44 +02:00
fluem
a670148b83
Update 1-tutor.md 2020-09-29 19:32:15 +02:00
fluem
95b4247c44
Update src/static/clippy/3.5-visual-mode.md
Co-authored-by: Oliver Blanthorn <freedom4cows@gmail.com>
2020-09-29 19:22:42 +02:00
fluem
2e55586467
Update src/static/clippy/3.5-visual-mode.md
Co-authored-by: Oliver Blanthorn <freedom4cows@gmail.com>
2020-09-29 19:22:28 +02:00
fluem
b64bb71f7d Add visual mode to the tutorial 2020-09-29 17:14:28 +02:00
Oliver Blanthorn
bff998aeb7
release 1.20.2 2020-09-27 14:22:10 +01:00
Oliver Blanthorn
2f5a8184db
Let people know that donation doubling ends soon 2020-09-27 12:40:23 +01:00
Oliver Blanthorn
5e30586c44
Close #2511: improve set newtab docs 2020-09-24 15:14:49 +01:00
Oliver Blanthorn
7fe938eee0
Merge pull request #2842 from tridactyl/sidebar_hack_optional
Fix #2775: add option to not fiddle with sidebar on C-,
2020-09-24 15:10:13 +01:00
Oliver Blanthorn
f286bfe1e2
Fix #2775: add option to not fiddle with sidebar on C-, 2020-09-24 14:39:51 +01:00
Oliver Blanthorn
aa77f8d5aa
Fix #2839: parse keys iff user config loaded 2020-09-24 14:25:59 +01:00
Oliver Blanthorn
69c48d1a2b
Tidy up a few docstrings 2020-09-21 17:12:33 +01:00
Oliver Blanthorn
be2fd9feda
Fix lots of autocmd magic variables 2020-09-21 17:08:52 +01:00
Simon H Moore
ae13aa3c12
Add magic var for getting win index 2020-09-21 17:08:52 +01:00
Simon H Moore
8bb32ed0aa
Add functions for getting window index and id 2020-09-21 17:08:46 +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
02dcd603f8
Fix browsermap completions 2020-09-02 22:21:22 +01:00
Oliver Blanthorn
2afa80f556
Close #380: explain <C- notation in tutorial 2020-09-02 17:39:08 +01:00
Oliver Blanthorn
5e8f94ff06 Document tabopenpos related 2020-09-02 14:44:36 +01:00
Oliver Blanthorn
79bfbd4732
release 1.20.1 2020-08-17 20:16:46 +01:00
Oliver Blanthorn
a92f08d453
Fix #2723: bind Ctrl-[ to normal mode in more modes 2020-08-15 23:09:30 +01:00
Oliver Blanthorn
0a162dfc79
Tell users how to restore lost configurations 2020-08-10 20:49:04 +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
3dc1c7b6e1
Add version_name field to manifest.json
This isn't used by Firefox but we can still read it.
2020-08-07 16:00:17 +01:00
Oliver Blanthorn
83fff0d700
Fix #2718: give set newtab about:newtab a special case 2020-08-07 13:38:26 +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
f5670ace79
release 1.20.0 2020-08-06 14:34:14 +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
1301866795
Tidy up storage storer 2020-08-04 10:23:21 +01:00
Oliver Blanthorn
4d328fa655
Increase reliability jarringly 2020-08-04 10:23:20 +01:00
Oliver Blanthorn
314d6f25d9
Bump configversion to reflect size of change 2020-08-04 10:23:20 +01:00
Oliver Blanthorn
dea2370673
Reduce jarring from bad idea 2020-08-04 10:23:20 +01:00