add buf move command
This commit is contained in:
parent
a19265f793
commit
6f8d987e48
@ -6,3 +6,6 @@
|
||||
require("plugins")
|
||||
require("options")
|
||||
require("maps")
|
||||
|
||||
|
||||
-- plugins cfg
|
||||
|
||||
@ -0,0 +1 @@
|
||||
|
||||
@ -15,3 +15,9 @@ lvim.keys.normal_mode["Q"] = ":qa!<CR>"
|
||||
-- lvim.builtin.which_key.mappings["\["] = ":BufferLineCyclePrev<CR>"
|
||||
-- nmap <leader>[ :BufferLineCyclePrev<CR>
|
||||
-- nmap <leader>] :BufferLineCycleNext<CR>
|
||||
lvim.builtin.which_key.mappings["["] = {
|
||||
"<cmd>BufferLineCycleNext<CR>", "Projects"
|
||||
}
|
||||
lvim.builtin.which_key.mappings["]"] = {
|
||||
"<cmd>BufferLineCyclePrev<CR>", "Projects"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user