Skip to content

Instantly share code, notes, and snippets.

View MarcoBardalesRodriguez's full-sized avatar
🔥
Programming

Marco Bardales Rodriguez MarcoBardalesRodriguez

🔥
Programming
View GitHub Profile
@AlexPl292
AlexPl292 / .ideavimrc
Last active March 4, 2026 00:12
My `~/.ideavimrc` file
let mapleader=" "
""" Plugins --------------------------------
set surround
set multiple-cursors
set commentary
set argtextobj
set easymotion
set textobj-entire
set ReplaceWithRegister
@zeromancer
zeromancer / run.ahk
Last active August 7, 2022 01:50
My AutoHotkey Configuration File for Windows
#SingleInstance force ; needs to be first
SetCapsLockState, alwaysoff ; needs to be second
; --------------Put File into----------
; C:\Users\[Username]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
; --------------Keyboard---------------
z::y
y::z