Skip to content

Commit

Permalink
HopChar for multi windows
Browse files Browse the repository at this point in the history
  • Loading branch information
teddywaweru committed Aug 1, 2024
1 parent 9a3e932 commit ba7a575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/before/remap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ vim.keymap.set("n", "<leader>Tm", "<cmd>tabm<CR>", { desc = "Move Current Tab to
vim.keymap.set("n", "<leader>Ta", "<cmd>Telescope telescope-tabs list_tabs<CR>h", { desc = "List of all Tabs" })

-- Hop
vim.keymap.set("n", "gl", "<cmd>HopChar1<CR>", { desc = "hop-char" })
vim.keymap.set("n", "gl", "<cmd>HopChar1MW<CR>", { desc = "hop-char" })


-- LSP
Expand Down

0 comments on commit ba7a575

Please sign in to comment.