File tree Expand file tree Collapse file tree 2 files changed +27
-7
lines changed
Expand file tree Collapse file tree 2 files changed +27
-7
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.8.0] - 2020-12-13
10+ ### Added
11+ - Switch ` ytop ` to ` bottom ` and add ` curlie ` .
12+
13+ ### Fixed
14+ - Update vimium config.
15+ - Add private git service to lazygit config.
16+ - Pretty big updates to zsh config!
17+ - Various nvim config fixes and some configs in testings.
18+ - Add shift modifier for clicking alacritty links.
19+
920## [ 0.7.6] - 2020-10-28
1021### Fixed
1122- Small changes for delta, aliases, lazygit.
@@ -124,7 +135,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
124135### Added
125136- Created basic script for proof of concept.
126137
127- [ Unreleased ] : https://github.com/adamtabrams/fig/compare/0.7.6...HEAD
138+ [ Unreleased ] : https://github.com/adamtabrams/fig/compare/0.8.0...HEAD
139+ [ 0.8.0 ] : https://github.com/adamtabrams/fig/compare/0.7.6...0.8.0
128140[ 0.7.6 ] : https://github.com/adamtabrams/fig/compare/0.7.5...0.7.6
129141[ 0.7.5 ] : https://github.com/adamtabrams/fig/compare/0.7.4...0.7.5
130142[ 0.7.4 ] : https://github.com/adamtabrams/fig/compare/0.7.3...0.7.4
Original file line number Diff line number Diff line change 11{
22 "name" : " Vimium C" ,
3- "@time" : " 5/22 /2020, 5:22:08 PM" ,
4- "time" : 1590186128242 ,
3+ "@time" : " 12/13 /2020, 7:32:01 PM" ,
4+ "time" : 1607909521269 ,
55 "environment" : {
6- "extension" : " 1.83 .2" ,
6+ "extension" : " 1.87 .2" ,
77 "platform" : " mac" ,
8- "chrome" : 81
8+ "chrome" : 87
99 },
1010 "exclusionRules" : [
1111 {
2323 {
2424 "pattern" : " :https://mail.google.com/" ,
2525 "passKeys" : " # / ? a c e j k o s x "
26+ },
27+ {
28+ "pattern" : " :https://outlook.office365.com/" ,
29+ "passKeys" : " # / ? a c e j k o s x "
2630 }
2731 ],
2832 "keyMappings" : [
3539 ],
3640 "linkHintCharacters" : " asdfjklrtyugh" ,
3741 "searchEngines" : [
38- " r: https://doc.rust-lang.org/std/?search=%s Rust" ,
39- " g: https://github.com/search?q=%s Github" ,
42+ " rd: https://doc.rust-lang.org/std/?search=%s RustDocs" ,
43+ " gd: https://godoc.org/?q=%s GoDocs" ,
44+ " G: https://github.com/search?q=%s Github" ,
45+ " g: https://github.company.com/search?q=%s company Github" ,
46+ " "
4047 ],
48+ "searchUrl" : " https://www.google.com/search?q=$s Google" ,
4149 "showAdvancedCommands" : true ,
4250 "showAdvancedOptions" : true ,
4351 "userDefinedCss" : [
You can’t perform that action at this time.
0 commit comments