Skip to content

Instantly share code, notes, and snippets.

View panboo0106's full-sized avatar
🎯
Focusing

panboo panboo0106

🎯
Focusing
View GitHub Profile
{
"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": [
{
"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",
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