Skip to content

Commit

Permalink
Change keymaps for treesj to be g prefixed instead of <space>
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Ford authored and Alex Ford committed May 13, 2024
1 parent d2cfda3 commit 0b09fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/plugins/treesj.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
return {
"Wansmer/treesj",
keys = { "<space>m", "<space>j", "<space>s" },
keys = { "gm", "gj", "gs" },
dependencies = { "nvim-treesitter/nvim-treesitter" },
config = function()
require("treesj").setup({})
Expand Down

0 comments on commit 0b09fb3

Please sign in to comment.