AutoYADM commit: 2024-12-25 19:15:02
This commit is contained in:
parent
5a593cdc24
commit
8064ff2098
3 changed files with 10 additions and 2 deletions
|
@ -48,8 +48,10 @@ map({ "x" }, "<M-Left>", "<M-h>", { remap = true })
|
|||
map({ "x" }, "<M-Right>", "<M-l>", { remap = true })
|
||||
map({ "n", "x", "v" }, "<M-Up>", "<M-k>", { remap = true })
|
||||
map({ "n", "x", "v" }, "<M-Down>", "<M-j>", { remap = true })
|
||||
map({ "n" }, "<S-Left>", "[b", { desc = "Previous Buffer", remap = true })
|
||||
map({ "n" }, "<S-Right>", "]b", { desc = "Next Buffer", remap = true })
|
||||
-- map({ "n" }, "<S-Left>", "[b", { desc = "Previous Buffer", remap = true })
|
||||
map({ "n" }, "<S-Left>", "<CMD>BufferLineCyclePrev<CR>", { desc = "Previous Buffer", remap = true })
|
||||
-- map({ "n" }, "<S-Right>", "]b", { desc = "Next Buffer", remap = true })
|
||||
map({ "n" }, "<S-Right>", "<CMD>BufferLineCycleNext<CR>", { desc = "Next Buffer", remap = true })
|
||||
-- map({ "n" }, "<S-Down>", "5j", { remap = true })
|
||||
-- map({ "n" }, "<S-Up>", "5k", { remap = true })
|
||||
map({ "i" }, "<M-e>", "<Esc>", { desc = "Escape insert mode", remap = true })
|
||||
|
|
|
@ -4,6 +4,12 @@ return {
|
|||
options = {
|
||||
show_buffer_close_icons = false,
|
||||
show_close_icon = false,
|
||||
separator_style = "thin",
|
||||
hover = {
|
||||
enabled = false,
|
||||
},
|
||||
-- can be function(buffer_a, buffer_b)
|
||||
sort_by = "directory",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
0
.config/nvim/lua/plugins/tabout.lua
Normal file
0
.config/nvim/lua/plugins/tabout.lua
Normal file
Loading…
Add table
Add a link
Reference in a new issue