mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
mise: add my lily58 vial config, and vimium_c config
This commit is contained in:
parent
ec0ffb040c
commit
d3bf94ce80
2 changed files with 616 additions and 0 deletions
34
misc/vimium_c.json
Normal file
34
misc/vimium_c.json
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"name": "Vimium C",
|
||||
"@time": "7/8/2025, 3:04:38 PM",
|
||||
"time": 1751976278158,
|
||||
"environment": {
|
||||
"extension": "2.12.3",
|
||||
"platform": "linux",
|
||||
"firefox": 140
|
||||
},
|
||||
"exclusionRules": [
|
||||
{
|
||||
"passKeys": "<a-t> ",
|
||||
"pattern": ":https://www.twitch.tv/"
|
||||
},
|
||||
{
|
||||
"passKeys": "c t",
|
||||
"pattern": ":https://www.youtube.com/"
|
||||
},
|
||||
{
|
||||
"passKeys": "",
|
||||
"pattern": ":https://monkeytype.com/"
|
||||
}
|
||||
],
|
||||
"keyLayout": 2,
|
||||
"keyMappings": [
|
||||
"#!no-check",
|
||||
"# since i use vertival tabs it's move logical to use J and K to move up and down",
|
||||
"unmap J",
|
||||
"unmap K",
|
||||
"map J nextTab",
|
||||
"map K previousTab"
|
||||
],
|
||||
"vimSync": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue