Skip to content

Commit

Permalink
tweak neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Aug 22, 2024
1 parent 56ab4b7 commit 6998107
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,8 @@ vim.api.nvim_create_user_command("ToggleAutoSave", function(args)
vim.notify("Enabled auto save")
end
end, {})


-- Alt+Movement like in fish
vim.keymap.set({"n", "v"}, "<M-Right>", "e")
vim.keymap.set({"n", "v"}, "<M-Left>", "b")

0 comments on commit 6998107

Please sign in to comment.