More workspaces, firenvim tweaks and firefox extensions
This commit is contained in:
parent
7b45cb7697
commit
271daab72d
13 changed files with 104 additions and 19 deletions
dotfiles/neovim/lua/my/helpers
|
@ -6,6 +6,8 @@ local function swap(key)
|
|||
end
|
||||
|
||||
function M.setup()
|
||||
vim.opt.wrap = true
|
||||
|
||||
swap("j")
|
||||
swap("k")
|
||||
swap("0")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue