clean up
This commit is contained in:
parent
42fe8583a9
commit
446c8f899c
2 changed files with 11 additions and 4 deletions
|
@ -60,8 +60,10 @@ vim.g.mapleader = " "
|
|||
--command that adds new buffer and moves to it
|
||||
vim.api.nvim_command "com -nargs=? -complete=file_in_path New badd <args> | blast"
|
||||
vim.api.nvim_set_keymap("n","<S-b>",":New ", opt)
|
||||
|
||||
--removing a buffer
|
||||
vim.api.nvim_set_keymap("n","<S-f>",[[<Cmd>bdelete<CR>]], opt)
|
||||
|
||||
-- tabnew and tabprev
|
||||
vim.api.nvim_set_keymap("n", "<S-l>", [[<Cmd>BufferLineCycleNext<CR>]], opt)
|
||||
vim.api.nvim_set_keymap("n", "<S-s>", [[<Cmd>BufferLineCyclePrev<CR>]], opt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue