Skip to content

Commit

Permalink
fix(neovim): move keybindings because of muscle memeory
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborpilz committed Dec 31, 2024
1 parent 420d04b commit 7316130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/config/neovim/lua/plugins/editing.lua
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ return {
"mbbill/undotree",
keys = {
{
"<leader>ou",
"<leader>su",
function()
vim.cmd(":UndotreeToggle")
end,
Expand Down

0 comments on commit 7316130

Please sign in to comment.