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
{ | |
"version": 1, | |
"uid": 5010774632021243529, | |
"layout": [ | |
[ | |
[ | |
"KC_NO", | |
"KC_Q", | |
"KC_W", | |
"KC_E", |
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
<scheme name="Kanagawa Dragon Custom" version="142" parent_scheme="Twilight"> | |
<option name="FONT_SCALE" value="1.0" /> | |
<metaInfo> | |
<property name="ide">Python</property> | |
<property name="ideVersion">2025.1.2.0.0</property> | |
<property name="originalScheme">Kanagawa Dragon Custom</property> | |
</metaInfo> | |
<option name="LINE_SPACING" value="1.2" /> | |
<font> | |
<option name="EDITOR_FONT_NAME" value="JetBrains Mono" /> |
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
let mapleader = " " | |
" List of commands here: https://jb.gg/h38q75 | |
" Examples here: https://jb.gg/share-ideavimrc | |
set scrolloff=10 | |
set relativenumber | |
set visualbell | |
set ignorecase | |
set smartcase |