Skip to content
Snippets Groups Projects
Commit d036fd14 authored by codecraft's avatar codecraft :crocodile:
Browse files

free vim motion F, rebind bufferline pick to |

parent 86855210
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ map.set('n', '<leader>q', vim.diagnostic.setloclist)
-- BUFFERLINE
map.set('n', 'H', '<CMD>BufferLineCyclePrev<CR>', { desc = '[?] Go to previous BufferLine Buffer' }) -- Go to previous tab
map.set('n', 'L', '<CMD>BufferLineCycleNext<CR>', { desc = '[?] Go to next BufferLine Buffer' }) -- Go to next tab
map.set('n', 'F', '<CMD>BufferLinePick<CR>', { desc = '[?] Go to specific Buffer, with selecting' }) -- pick tab
map.set('n', '|', '<CMD>BufferLinePick<CR>', { desc = '[?] Go to specific Buffer, with selecting' }) -- pick tab
map.set('n', 'X', '<CMD>bp<bar>sp<bar>bn<bar>bd!<CR>') -- close tab
-- NVIM TREE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment