Skip to content

Instantly share code, notes, and snippets.

View AlexPl292's full-sized avatar
🐳
Rettet die Wale!

Alex Pláte AlexPl292

🐳
Rettet die Wale!
View GitHub Profile
int myFunction(char myProperty) {
  return 5;
}

AST:

FUNCTION:
 name: myFunction
@AlexPl292
AlexPl292 / .ideavimrc
Last active March 20, 2024 10:28
My `~/.ideavimrc` file
let mapleader=" "
""" Plugins --------------------------------
set surround
set multiple-cursors
set commentary
set argtextobj
set easymotion
set textobj-entire
set ReplaceWithRegister