mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
fix(nvim): Use Tab, S-Tab to navigate between cursor positions
This commit is contained in:
parent
69f40cd1f1
commit
869e6ed042
3 changed files with 44 additions and 28 deletions
|
|
@ -21,8 +21,6 @@ utils.set_keymaps(keymaps_modifier)
|
|||
|
||||
M.nvim_tree_keymaps = require("keymaps.nvim-tree").plugin
|
||||
|
||||
M.cmp_nvim_keymaps = require("keymaps.cmp_map")
|
||||
|
||||
-- local function set_markdown_keymaps(bufnr)
|
||||
-- local opts = { noremap = true, silent = true, buffer = bufnr }
|
||||
-- vim.keymap.set("v", "`", 'c`<C-r>"`<Esc>', opts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue