This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"semi": true, | |
"trailingComma": "all", | |
"singleQuote": true, | |
"printWidth": 120, | |
"tabWidth": 2, | |
"jsxSingleQuote": true, | |
"importOrder": [ | |
"^api(/?.*)$", | |
"^components(/?.*)$", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Insert your preferred key mappings here. | |
map , showHelp | |
map о scrollDown | |
map л scrollUp | |
map р scrollLeft | |
map д scrollRight | |
map пп scrollToTop | |
map П scrollToBottom | |
map яР scrollToLeft |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Agila Theme | |
AutoFileName | |
Color Highlighter | |
GitGutter | |
Hayaku | |
Inc-Dec-Value | |
SideBarEnhancement |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SetCapsLockState, AlwaysOff | |
CapsLock & h::Send, {blind}{Left} | |
CapsLock & j::Send, {blind}{Down} | |
CapsLock & l::Send, {blind}{Right} | |
CapsLock & k::Send, {blind}{Up} | |
CapsLock & x::Send, {blind}{Del} | |
CapsLock & Enter::Send, {blind}{End}{Enter} |