Skip to content

Instantly share code, notes, and snippets.

@AldanariP
AldanariP / main.vil
Last active July 29, 2025 09:16
Vial config for Corne V4
{
"version": 1,
"uid": 5010774632021243529,
"layout": [
[
[
"KC_NO",
"KC_Q",
"KC_W",
"KC_E",
@AldanariP
AldanariP / custom_Kanagawa.icls
Last active June 19, 2025 07:07
My custom Pycharm editor theme to override the Kanagawa plugin default editor theme
<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" />
@AldanariP
AldanariP / .ideavimrc
Last active July 29, 2025 09:18
My IdeaVim config file
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