mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-29 04:00:05 +02:00
add: keymap reorgenize bufferline
This commit is contained in:
parent
f99a244c36
commit
62e8d40e43
2 changed files with 3 additions and 15 deletions
|
@ -86,6 +86,9 @@ keymap("n", "<S-l>", ":bnext<CR>", opts)
|
|||
keymap("n", "<S-Left>", "<Esc>:bnext<CR>", opts)
|
||||
keymap("n", "<S-h>", ":bprevious<CR>", opts)
|
||||
keymap("n", "<S-Right>", "<Esc>:bprevious<CR>", opts)
|
||||
-- Reordering Bufferline
|
||||
keymap("n", "<S-PageUp>", "<cmd>BufferLineMovePrev<cr>", opts)
|
||||
keymap("n", "<S-PageDown>", "<cmd>BufferLineMoveNext<cr>", opts)
|
||||
|
||||
-- Move text up and down
|
||||
keymap("n", "<A-j>", "<Esc>:m .+1<CR>==gi", opts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue