feat: change telescope git keymaps
This commit is contained in:
parent
8a72226b48
commit
433233b8ed
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ return {
|
||||||
map('n', '<leader>fw', ':Telescope grep_string<cr>', { desc = 'Grep current word' })
|
map('n', '<leader>fw', ':Telescope grep_string<cr>', { desc = 'Grep current word' })
|
||||||
|
|
||||||
-- git navigation
|
-- git navigation
|
||||||
map('n', '<leader>vtc', ':Telescope git_commits<cr>', { desc = 'Git commits' })
|
map('n', '<leader>vc', ':Telescope git_commits<cr>', { desc = 'Git commits' })
|
||||||
map('n', '<leader>vts', ':Telescope git_status<cr>', { desc = 'Git status' })
|
map('n', '<leader>vg', ':Telescope git_status<cr>', { desc = 'Git status' })
|
||||||
|
|
||||||
user_config.lsp.add_on_attach_mapping(function(client, bufnr)
|
user_config.lsp.add_on_attach_mapping(function(client, bufnr)
|
||||||
local buf_map = u.create_buf_map(bufnr)
|
local buf_map = u.create_buf_map(bufnr)
|
||||||
|
|
Loading…
Add table
Reference in a new issue