revert silly keybind xd
This commit is contained in:
parent
4013d28a64
commit
a17f150b56
|
@ -47,7 +47,7 @@ M.whichkey = {
|
||||||
general = {
|
general = {
|
||||||
n = {
|
n = {
|
||||||
["w"] = { "<cmd>w!<CR>", "Save" },
|
["w"] = { "<cmd>w!<CR>", "Save" },
|
||||||
["'"] = { function() require("funcs").buf_kill() end, "Close" },
|
["q"] = { function() require("funcs").buf_kill() end, "Close" },
|
||||||
["f"] = { function() require("lf").start("~") end, "File Picker" },
|
["f"] = { function() require("lf").start("~") end, "File Picker" },
|
||||||
["h"] = { "<cmd>nohlsearch<CR>", "Clear Highlights" },
|
["h"] = { "<cmd>nohlsearch<CR>", "Clear Highlights" },
|
||||||
u = {
|
u = {
|
||||||
|
|
Loading…
Reference in New Issue