Compare commits
No commits in common. "84fc1601c572ce10fada687d7bbae068ccd537b6" and "a166a5b18b56537bcc04f6637b920dd2a8eb575a" have entirely different histories.
84fc1601c5
...
a166a5b18b
|
@ -70,14 +70,13 @@ local keys = {
|
|||
b = "Light background",
|
||||
c = "Cursor line",
|
||||
d = "Diff",
|
||||
f = { "<cmd>FormatEnable<CR>", "LSP Formatting" },
|
||||
e = { "<cmd>lwindow<CR>", "Location list" },
|
||||
f = { "<cmd>cwindow<CR>", "Quickfix list" },
|
||||
h = "Search high-lighting",
|
||||
i = "Case insensitive search",
|
||||
l = "List mode",
|
||||
n = "Line numbers",
|
||||
r = "Relative line numbers",
|
||||
p = { "<cmd>lwindow<CR>", "Location list" },
|
||||
q = { "<cmd>cwindow<CR>", "Quickfix list" },
|
||||
u = "Cursor column",
|
||||
v = "Virtual editing",
|
||||
w = "Text wrapping",
|
||||
|
@ -89,13 +88,12 @@ local keys = {
|
|||
b = "Light background",
|
||||
c = "Cursor line",
|
||||
d = "Diff",
|
||||
f = { "<cmd>FormatDisable<CR>", "LSP Formatting" },
|
||||
e = { "<cmd>lclose<CR>", "Location list" },
|
||||
f = { "<cmd>cclose<CR>", "Quickfix list" },
|
||||
h = "Search high-lighting",
|
||||
i = "Case insensitive search",
|
||||
l = "List mode",
|
||||
n = "Line numbers",
|
||||
p = { "<cmd>lclose<CR>", "Location list" },
|
||||
q = { "<cmd>cclose<CR>", "Quickfix list" },
|
||||
r = "Relative line numbers",
|
||||
u = "Cursor column",
|
||||
v = "Virtual editing",
|
||||
|
@ -108,13 +106,12 @@ local keys = {
|
|||
b = "Light background",
|
||||
c = "Cursor line",
|
||||
d = "Diff",
|
||||
f = { "<cmd>FormatToggle<CR>", "LSP Formatting" },
|
||||
e = { "<Plug>(qf_loc_toggle)", "Location list" },
|
||||
f = { "<Plug>(qf_qf_toggle)", "Quickfix list" },
|
||||
h = "Search high-lighting",
|
||||
i = "Case insensitive search",
|
||||
l = "List mode",
|
||||
n = "Line numbers",
|
||||
p = { "<Plug>(qf_loc_toggle)", "Location list" },
|
||||
q = { "<Plug>(qf_qf_toggle)", "Quickfix list" },
|
||||
r = "Relative line numbers",
|
||||
u = "Cursor column",
|
||||
v = "Virtual editing",
|
||||
|
|
Loading…
Reference in a new issue