chore(nvim): change shortcut for Alpha

This commit is contained in:
Stefan Imhoff
2022-07-11 16:07:39 +02:00
parent f003a9b4d3
commit 8805dfcffc
2 changed files with 1 additions and 2 deletions

View File

@@ -11,7 +11,6 @@ local servers = {
"diagnosticls",
"emmet_ls",
"graphql",
"html",
"jsonls",
"pyright",
"quick_lint_js",

View File

@@ -4,7 +4,6 @@ if not status_ok then
end
local mappings = {
a = { "<CMD>Alpha<CR>", "Alpha" },
b = {
"<CMD>lua require('telescope.builtin').buffers(require('telescope.themes').get_dropdown{previewer = false})<CR>",
"Buffers",
@@ -110,6 +109,7 @@ local mappings = {
z = { "<CMD>ZenMode<CR>", "ZenMode" },
t = { "<CMD>Twilight<CR>", "Twilight Mode" },
},
A = { "<CMD>Alpha<CR>", "Alpha" },
B = {
name = "Bufferline",
p = { "<CMD>BufferLinePick<CR>", "Pick" },