mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-11-02 21:46:03 +00:00
Incremental select with incr.nvim
This commit is contained in:
@@ -68,9 +68,9 @@ vim.cmd([[
|
||||
noremap <silent> <C-Down> :resize -3<CR>
|
||||
]])
|
||||
|
||||
-- Tab switch buffer
|
||||
nnoremap('<TAB>', ':bnext<CR>')
|
||||
nnoremap('<S-TAB>', ':bprevious<CR>')
|
||||
-- -- Tab switch buffer
|
||||
-- nnoremap('<TAB>', ':bnext<CR>')
|
||||
-- nnoremap('<S-TAB>', ':bprevious<CR>')
|
||||
|
||||
-- Quickfix list
|
||||
nnoremap('[q', ':cprev<CR>')
|
||||
|
||||
Reference in New Issue
Block a user