Commit graph

3596 commits

Author SHA1 Message Date
Oliver Blanthorn
71ae00534b
Fix #2077: swap tab/shift-tab binds in hint mode 2020-01-09 11:36:54 +00:00
dependabot-preview[bot]
cb00678810
Bump @types/node from 13.1.4 to 13.1.5
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.1.4 to 13.1.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-09 05:29:42 +00:00
Oliver Blanthorn
a0da8d5c49
Add scrolling to tri object for easier debugging 2020-01-08 17:53:20 +00:00
Oliver Blanthorn
6358525f06
Merge pull request #2080 from tridactyl/dependabot/npm_and_yarn/ts-jest-24.3.0
Bump ts-jest from 24.2.0 to 24.3.0
2020-01-08 10:02:44 +00:00
dependabot-preview[bot]
07eb80730d
Bump ts-jest from 24.2.0 to 24.3.0
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 24.2.0 to 24.3.0.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v24.2.0...v24.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-08 05:29:34 +00:00
Oliver Blanthorn
7a22e9627c
Merge pull request #2076 from tridactyl/dependabot/npm_and_yarn/types/node-13.1.4
Bump @types/node from 13.1.2 to 13.1.4
2020-01-06 07:42:57 +00:00
dependabot-preview[bot]
f2b5c0bc1f
Bump @types/node from 13.1.2 to 13.1.4
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.1.2 to 13.1.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-06 05:33:02 +00:00
Oliver Blanthorn
db61f979a6
Simplify conditions for entering visual mode
1. You can only enter visual mode from normal mode
2. Must select text to enter visual mode
3. Exit visual mode with escape, etc.

This fixes #2073.
2020-01-05 18:33:39 +00:00
Oliver Blanthorn
4f40438246
Fix #2075: fix leaving ignore mode on click 2020-01-05 18:14:58 +00:00
Oliver Blanthorn
85cdd53020
Cheer up tslint 2020-01-04 17:34:37 +00:00
Oliver Blanthorn
f141c1fa13
Update changelog for 1.18.0 2020-01-04 17:16:13 +00:00
Oliver Blanthorn
d89c37b450
Add v bind for entering visual mode with hints 2020-01-04 17:09:20 +00:00
Oliver Blanthorn
c8360830a4
Add binds for searching for selected text 2020-01-04 17:09:20 +00:00
Oliver Blanthorn
80d2a7a9b7
Let people know how to bypass precommit hook 2020-01-02 15:11:38 +00:00
Oliver Blanthorn
cc4bc3e165
Support user visual mode binds 2020-01-02 15:10:25 +00:00
Oliver Blanthorn
a0de2e97d5
Fix visual b bind 2020-01-02 12:04:09 +00:00
Oliver Blanthorn
019739d9ff
Allow multiple selections with hint -h
NB: visual mode does not play nicely with rapid-hint highlights
so it has been left unbound
2020-01-02 12:03:48 +00:00
Oliver Blanthorn
8c545be1b2
Add highlight hint bind 2020-01-02 11:59:52 +00:00
Oliver Blanthorn
aa520c86bf
Add selection hint 2020-01-02 11:54:48 +00:00
Oliver Blanthorn
23829ff415
Merge pull request #2052 from tridactyl/visual
Fix #2050: add WIP visual mode
2020-01-02 11:37:55 +00:00
Oliver Blanthorn
d180d1786c
Add backward word bind 2020-01-01 22:57:53 +00:00
Oliver Blanthorn
568f2f1c50
Fix daft bug with visual w move 2020-01-01 22:45:40 +00:00
Oliver Blanthorn
4f3fb92e9c
Add visual mode selection change binds 2020-01-01 22:43:15 +00:00
Oliver Blanthorn
cc0e609c71
Make visual yank noisier 2020-01-01 22:36:49 +00:00
Oliver Blanthorn
8f90d9cbd9
Fix wrong-handed merge 2020-01-01 22:34:02 +00:00
Oliver Blanthorn
d068142daa
Ensure inheritance key cannot be typed by sane users
Also add some documentation.
2020-01-01 19:19:06 +00:00
Oliver Blanthorn
98c504254b
Make visual and input modes inherit at runtime 2019-12-31 15:22:52 +00:00
Oliver Blanthorn
d2c0b61d00
Fix typo 2019-12-31 14:56:09 +00:00
Oliver Blanthorn
4d822ba214
Merge pull request #2070 from tridactyl/dependabot/npm_and_yarn/types/node-13.1.2
Bump @types/node from 13.1.1 to 13.1.2
2019-12-31 10:20:50 +00:00
Oliver Blanthorn
59754eca1c
Merge pull request #2069 from tridactyl/dependabot/npm_and_yarn/webpack-4.41.5
Bump webpack from 4.41.4 to 4.41.5
2019-12-31 10:20:42 +00:00
Oliver Blanthorn
d50d40c961
Merge pull request #2063 from alerque/drop-ftdetect-hack
Drop ftdetect hack from rc output, makes it difficult to use plugin
2019-12-31 10:20:26 +00:00
dependabot-preview[bot]
78efb8a0d4
Bump @types/node from 13.1.1 to 13.1.2
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.1.1 to 13.1.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-31 05:28:55 +00:00
dependabot-preview[bot]
d8296fd166
Bump webpack from 4.41.4 to 4.41.5
Bumps [webpack](https://github.com/webpack/webpack) from 4.41.4 to 4.41.5.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.41.4...v4.41.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-30 05:34:42 +00:00
Caleb Maclennan
9e2279ae36
Drop ftdetect hack, set filetype used by plugin 2019-12-30 08:21:08 +03:00
Oliver Blanthorn
e8a2c9a470 Bump copyright date 2019-12-29 11:35:11 +00:00
Oliver Blanthorn
4234c243b2
Merge pull request #2067 from tridactyl/dependabot/npm_and_yarn/types/node-13.1.1
Bump @types/node from 13.1.0 to 13.1.1
2019-12-29 11:24:44 +00:00
Oliver Blanthorn
c2a93b0481
Merge pull request #2066 from tridactyl/dependabot/npm_and_yarn/types/jest-24.0.25
Bump @types/jest from 24.0.24 to 24.0.25
2019-12-29 11:24:31 +00:00
dependabot-preview[bot]
aec46f3d48
Bump @types/node from 13.1.0 to 13.1.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.1.0 to 13.1.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-28 06:12:15 +00:00
dependabot-preview[bot]
38367b15f5
Bump @types/jest from 24.0.24 to 24.0.25
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 24.0.24 to 24.0.25.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-28 06:10:49 +00:00
Oliver Blanthorn
75d700191f
Merge pull request #2060 from tridactyl/dependabot/npm_and_yarn/web-ext-4.0.0
Bump web-ext from 3.2.1 to 4.0.0
2019-12-28 06:10:22 +00:00
Oliver Blanthorn
76f2943891
Merge pull request #2068 from tridactyl/dependabot/npm_and_yarn/typedoc-0.15.6
Bump typedoc from 0.15.5 to 0.15.6
2019-12-28 06:09:23 +00:00
Oliver Blanthorn
aef8287540
Merge pull request #2065 from tridactyl/dependabot/npm_and_yarn/typedoc-default-themes-0.6.3
Bump typedoc-default-themes from 0.6.2 to 0.6.3
2019-12-28 06:09:01 +00:00
dependabot-preview[bot]
1a460c3c7f
Bump typedoc from 0.15.5 to 0.15.6
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.15.5 to 0.15.6.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.15.5...v0.15.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-27 05:31:44 +00:00
dependabot-preview[bot]
3e51356356
Bump typedoc-default-themes from 0.6.2 to 0.6.3
Bumps [typedoc-default-themes](https://github.com/sebastian-lenz/typedoc-default-themes) from 0.6.2 to 0.6.3.
- [Release notes](https://github.com/sebastian-lenz/typedoc-default-themes/releases)
- [Commits](https://github.com/sebastian-lenz/typedoc-default-themes/compare/v0.6.2...v0.6.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-27 05:30:24 +00:00
Colin Caine
6e96058f0d UpDATE licence
(Just wanted a nothing commit to trigger the buildbot)
2019-12-26 17:46:18 +00:00
dependabot-preview[bot]
42fce68146
Bump web-ext from 3.2.1 to 4.0.0
Bumps [web-ext](https://github.com/mozilla/web-ext) from 3.2.1 to 4.0.0.
- [Release notes](https://github.com/mozilla/web-ext/releases)
- [Commits](https://github.com/mozilla/web-ext/compare/3.2.1...4.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-25 05:30:04 +00:00
Oliver Blanthorn
534d845b85
Merge pull request #2059 from tridactyl/dependabot/npm_and_yarn/types/node-13.1.0
Bump @types/node from 12.12.21 to 13.1.0
2019-12-24 08:19:12 +00:00
dependabot-preview[bot]
10a5ce3ec2
Bump @types/node from 12.12.21 to 13.1.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.12.21 to 13.1.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-24 05:28:29 +00:00
Oliver Blanthorn
ac46957d33
Merge pull request #2057 from tridactyl/dependabot/npm_and_yarn/immer-5.1.0
Bump immer from 5.0.2 to 5.1.0
2019-12-23 09:00:58 +00:00
Oliver Blanthorn
048b3f2076
Merge pull request #2056 from tridactyl/dependabot/npm_and_yarn/types/nearley-2.11.1
Bump @types/nearley from 2.11.0 to 2.11.1
2019-12-23 08:56:37 +00:00