Skip to content

Instantly share code, notes, and snippets.

View LoneExile's full-sized avatar
🎯
Focusing

Apinant.u LoneExile

🎯
Focusing
View GitHub Profile
@LoneExile
LoneExile / .config-lvim-config.lua
Created May 15, 2022 03:46
lunarvim workman layout
lvim.keys.normal_mode["n"] = "j"
lvim.keys.normal_mode["e"] = "k"
lvim.keys.normal_mode["y"] = "h"
lvim.keys.normal_mode["o"] = "l"
lvim.keys.normal_mode["j"] = "y"
lvim.keys.normal_mode["k"] = "n"
lvim.keys.normal_mode["h"] = "e"
lvim.keys.normal_mode["l"] = "o"
lvim.keys.normal_mode["N"] = "J"