with markdown and obsidian
This commit is contained in:
parent
d78e602f0f
commit
5872e327eb
7 changed files with 81 additions and 5 deletions
|
|
@ -114,3 +114,7 @@ keymap.set("n", "<leader>4", function() require("harpoon.ui").nav_file(4) end, o
|
|||
-- undotree
|
||||
keymap.set("n", "<leader>u", ":UndotreeToggle<CR>")
|
||||
|
||||
keymap.set("n", "<Tab>", ">>", opts)
|
||||
keymap.set("n", "<S-Tab>", "<<", opts)
|
||||
keymap.set("v", "<Tab>", ">gv", opts)
|
||||
keymap.set("v", "<S-Tab>", "<gv", opts)
|
||||
|
|
|
|||
|
|
@ -20,6 +20,5 @@ opt.tabstop = 2
|
|||
opt.termguicolors = true
|
||||
opt.wrap = false
|
||||
opt.timeoutlen = 222
|
||||
opt.conceallevel = 1
|
||||
|
||||
-- Set shellcmdflag
|
||||
opt.shellcmdflag = "-c"
|
||||
Loading…
Add table
Add a link
Reference in a new issue