.config/nvim/lua/config/maps.lua

changeset 1020
b1b644e9825d
parent 1017
6944e81bc60f
child 1022
d509e282ae10
equal deleted inserted replaced
1019:7e42fd320166 1020:b1b644e9825d
4 4
5 map.set("n", "<F2>", ":20Lexplore<CR>", opts) 5 map.set("n", "<F2>", ":20Lexplore<CR>", opts)
6 map.set("n", "<F3>", "n", opts) 6 map.set("n", "<F3>", "n", opts)
7 map.set("n", "<S-F3>", "N", opts) 7 map.set("n", "<S-F3>", "N", opts)
8 map.set("", "<F4>", ":let v:hlsearch = !v:hlsearch<CR>", opts) 8 map.set("", "<F4>", ":let v:hlsearch = !v:hlsearch<CR>", opts)
9 -- map.set("n", "<F5>", ":UndotreeToggle<CR>", opts) 9 map.set("n", "<F5>", ":UndotreeToggle<CR>", opts)
10 -- map.set("n", "<F8>", ":TagbarToggle<CR>", opts) 10 map.set("n", "<F8>", ":TagbarToggle<CR>", opts)
11 11
12 -- Allow :noh even in insert mode 12 -- Allow :noh even in insert mode
13 map.set("i", "<F4>", "<C-O><F4>") 13 map.set("i", "<F4>", "<C-O><F4>")
14 14
15 -- cover for search habit 15 -- cover for search habit

mercurial