Clean up lapetus a bit
This commit is contained in:
parent
2b082e9808
commit
0c6aff0470
16 changed files with 34 additions and 204 deletions
home/features/neovim/config/lua/my/helpers
|
@ -15,6 +15,8 @@ function M.enable()
|
|||
|
||||
swap("j")
|
||||
swap("k")
|
||||
swap("<up>")
|
||||
swap("<down>")
|
||||
swap("0")
|
||||
swap("$")
|
||||
end
|
||||
|
@ -24,6 +26,8 @@ function M.disable()
|
|||
|
||||
unswap("j")
|
||||
unswap("k")
|
||||
unswap("<up>")
|
||||
unswap("<down>")
|
||||
unswap("0")
|
||||
unswap("$")
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue