1
Fork 0

More workspaces, firenvim tweaks and firefox extensions

This commit is contained in:
Matei Adriel 2023-03-07 15:19:18 +01:00
commit 271daab72d
No known key found for this signature in database
13 changed files with 104 additions and 19 deletions
dotfiles/neovim/lua/my/helpers

View file

@ -6,6 +6,8 @@ local function swap(key)
end
function M.setup()
vim.opt.wrap = true
swap("j")
swap("k")
swap("0")