mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(nvim): change shortcut for Alpha
This commit is contained in:
@@ -11,7 +11,6 @@ local servers = {
|
||||
"diagnosticls",
|
||||
"emmet_ls",
|
||||
"graphql",
|
||||
"html",
|
||||
"jsonls",
|
||||
"pyright",
|
||||
"quick_lint_js",
|
||||
|
||||
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user