This file contains hidden or 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
{ | |
"terminal.external.osxExec": "kitty.app", | |
"lldb.launch.terminal": "external", | |
"terminal.integrated.defaultProfile.osx": "zsh", | |
"terminal.integrated.inheritEnv": true, | |
"terminal.integrated.profiles.osx": { | |
"bash": { | |
"path": "bash", | |
"args": [ |
This file contains hidden or 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
{ | |
"minimal-advanced@@styled-scrollbars": true, | |
"minimal-advanced@@hide-markdown": false, | |
"minimal-style@@h1-weight": 600, | |
"minimal-style@@h1-size": "1.5em", | |
"minimal-style@@h2-size": "1.3em", | |
"minimal-style@@h3-size": "1.1em", | |
"minimal-advanced@@cursor": "default", | |
"minimal-style@@code-background@@light": "#ABA4A4", | |
"minimal-style@@code-size": "15px", |
This file contains hidden or 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
set which-key | |
set timeoutlen=5000 | |
let g:WhichKey_ShowVimActions = "true" | |
set relativenumber | |
set number | |
set clipboard+=unnamed "for osx | |
set nocompatible | |
set fileencoding=utf-8 | |
set cursorline |