" (Neo)vim Configuration " By Flying_Stitchman 4 Jan 2022 " Move this to the keymap file at some point later inoremap jk xnoremap gy "+y let mapleader = " " " fast move noremap J 6j noremap K 6k noremap H BufferLineCyclePrev noremap L BufferLineCycleNext " Moving between windows noremap h noremap j noremap k noremap l " fix it noremap gh K noremap M J tnoremap " nvim builtin option config luafile /etc/nixos/config/nvim/lua/options.lua " nvim keymapping luafile /etc/nixos/config/nvim/lua/keymap.lua " Main Config stuffs luafile /etc/nixos/config/nvim/nvim.lua