Jumplist hotkey
This commit is contained in:
parent
63fa8c9579
commit
b7c97e6be0
@ -81,6 +81,7 @@ utils.map('n', '<C-S-o>', '<cmd>Telescope lsp_document_symbols<cr>')
|
||||
utils.map('n', '<A-m>', '<cmd>Telescope lsp_document_symbols<cr>')
|
||||
utils.map('n', '<space>v', '<cmd>Telescope lsp_document_diagnostics<cr>')
|
||||
utils.map('n', '<C-y>', '<cmd>Telescope neoclip<cr>')
|
||||
utils.map('n', '<leader>j', '<cmd>Telescope jumplist<cr>')
|
||||
|
||||
-- wildmode
|
||||
utils.map('c', '<up>', 'wildmenumode() ? "\\<left>" : "\\<up>"', {expr = true})
|
||||
|
Loading…
x
Reference in New Issue
Block a user