Commit graph

2316 commits

Author SHA1 Message Date
Oliver Blanthorn
780e8a77c3
Move focus cache out of loop 2020-05-25 09:25:56 +01:00
Oliver Blanthorn
807c998bea
Ensure while loop will always exit
Even if HTML doesn't quite work like we think it does
2020-05-25 09:24:30 +01:00
Oliver Blanthorn
c9259673a7
Preferentially scroll focused elements 2020-05-24 16:10:01 +01:00
Oliver Blanthorn
3e0ee8322a
Make else implicit
This is just a stylistic choice. I prefer "guards" over if/else in
general as it makes it very clear that the following code is only
relevant if the input passes the guard.
2020-05-24 14:28:49 +01:00
Dranaxel
1be6897200 fixing indents 2020-05-24 14:41:37 +02:00
Dranaxel
3c73886b3f using bovine3dom suggestion / adding aliases 2020-05-24 12:24:01 +02:00
Dranaxel
2d8def8b81
Update src/excmds.ts
typed tabcloseallto function argument

Co-authored-by: Oliver Blanthorn <oliver.blanthorn@manchester.ac.uk>
2020-05-22 20:59:29 +02:00
Alexandre
e75eca6f08 refactoring close all tabs functions 2020-05-22 19:52:05 +02:00
Oliver Blanthorn
5412e6ebc7
Fix #2401: update completions for new fuse 2020-05-21 12:24:16 +01:00
Oliver Blanthorn
37ea90f584
Ensure mergeDeep always returns a copy 2020-05-18 18:03:55 +01:00
Oliver Blanthorn
caf38436b6
Merge branch 'dependabot/npm_and_yarn/fuse.js-6.0.0' 2020-05-18 14:15:59 +01:00
Oliver Blanthorn
fa8b6e87c2
Update completions and container match for fuse v6 2020-05-18 14:15:09 +01:00
Oliver Blanthorn
5fca8b0f70
Merge pull request #2384 from MatiasStorm/scrolling.ts_refactor
Scrolling.ts refactor
2020-05-17 23:13:48 +01:00
Oliver Blanthorn
93054bf0f7
Fix linting errors 2020-05-17 23:04:57 +01:00
Matias Ammentorp Storm
68db8e3bde
Update src/content/scrolling.ts
Co-authored-by: Ghjuvan Lacambre <code@lacamb.re>
2020-05-17 20:04:00 +02:00
Matias Ammentorp Storm
d496a90b70
Update src/content/scrolling.ts
Co-authored-by: Ghjuvan Lacambre <code@lacamb.re>
2020-05-17 20:03:51 +02:00
Matias Ammentorp Storm
be403c387c
Update src/content/scrolling.ts
Co-authored-by: Ghjuvan Lacambre <code@lacamb.re>
2020-05-17 20:03:45 +02:00
Matias Ammentorp Storm
b81f831757
Update src/content/scrolling.ts
Co-authored-by: Ghjuvan Lacambre <code@lacamb.re>
2020-05-17 20:03:37 +02:00
Matias Ammentorp Storm
a74fa8d7e3
Update src/content/scrolling.ts
Co-authored-by: Oliver Blanthorn <oliver.blanthorn@manchester.ac.uk>
2020-05-17 19:46:48 +02:00
MatiasStorm
41881b6a09 Add minor corresctions 2020-05-17 17:21:41 +02:00
MatiasStorm
5f72ce6561 Refactored scrolling.ts 2020-05-17 16:59:15 +02:00
Oliver Blanthorn
d35c1f79b2 Fix #2382: typo in winclose help 2020-05-16 08:15:55 +01:00
Oliver Blanthorn
f4fa5b840a
release 1.19.0 2020-05-10 16:39:48 +01:00
glacambre
aa09f136b1 Excmds.ts: pass exaliases to expandExstr 2020-05-09 14:25:36 +02:00
Oliver Blanthorn
dd482087ed
Remove now unused locks 2020-05-09 12:36:03 +01:00
Oliver Blanthorn
3d99cb6025
Merge branch 'nmode' 2020-05-09 12:15:00 +01:00
Oliver Blanthorn
7d28e98bed
Fix missing whitespace 2020-05-09 12:11:11 +01:00
Oliver Blanthorn
2eb046affb
Don't count unfinished key-sequences towards n in nmode 2020-05-09 11:56:33 +01:00
Oliver Blanthorn
2fead0aa78
Stop counting bare modifiers towards n in nmode 2020-05-09 11:55:30 +01:00
Oliver Blanthorn
c1e2264bc2
Fix mode2maps never being used 2020-05-09 11:28:10 +01:00
Oliver Blanthorn
1af0d12756
Remove unused config import 2020-05-09 11:12:44 +01:00
Oliver Blanthorn
7e4da9c3ef
Merge branch 'state_in_bg_only' 2020-05-09 10:58:26 +01:00
Oliver Blanthorn
f566a4ff8e
Ensure repeat is checked in an async fashion 2020-05-09 10:46:30 +01:00
Oliver Blanthorn
4ffabc75b6
Re-enable no-sync-access-in-content check 2020-05-09 10:46:02 +01:00
Torsten Schmits
d6555502be mention nmode default bindings in newtab 2020-05-08 21:30:56 +02:00
Torsten Schmits
2fd3f21e0f mention C-o and C-v in the tutorial 2020-05-08 21:28:26 +02:00
Torsten Schmits
194bca6fea remove superfluous word in nmode doc 2020-05-08 21:11:21 +02:00
Torsten Schmits
315371ed75 nmode: reuse the mode mapping from lib/binding 2020-05-08 21:08:59 +02:00
Torsten Schmits
271d6c4640 nmode: mention in doc that unbound keys are counted 2020-05-08 21:08:01 +02:00
Torsten Schmits
7a15db4f98 refactor keymap generation to lib/keyseq 2020-05-08 20:19:51 +02:00
Torsten Schmits
3f70e1886b tweak docs for nmode 2020-05-08 20:19:29 +02:00
Oliver Blanthorn
f45a2fe141
Move state storage to background 2020-05-08 17:19:23 +01:00
Torsten Schmits
835a54d5ff don't run undefined as excmd when leaving nmode 2020-05-08 18:10:53 +02:00
Oliver Blanthorn
24b6006f80
Add nmode mode
Useful for sending keys to the page in normal mode
and sending keys to Tridactyl in ignore mode
2020-05-08 15:05:51 +01:00
Oliver Blanthorn
e55f2225fe
Change sponsorship link on readme to glacambre 2020-05-06 14:33:54 +01:00
Oliver Blanthorn
5fa256a568
Merge branch 'shifthints' 2020-05-05 16:34:31 +01:00
Oliver Blanthorn
f933720020
Merge branch 'tabslideshow' 2020-05-05 16:15:08 +01:00
Oliver Blanthorn
426513327d
Add o bind to move cursor to other end of selection 2020-05-05 15:55:00 +01:00
Simon Lydell
bebe694ebe
Add visual selection flipper 2020-05-05 15:55:00 +01:00
Oliver Blanthorn
7594cfc73f
Fix #2338: stop subconfig unbinds being forgotten 2020-05-04 14:04:47 +01:00