fixes, new bindings for telescope with git
This commit is contained in:
parent
88f559539a
commit
291250092b
4 changed files with 54 additions and 9 deletions
|
@ -34,7 +34,10 @@ function switch_virtual_text()
|
|||
})
|
||||
end
|
||||
map("n", "<leader>vt", ":lua switch_virtual_text()<CR>")
|
||||
map("t", "<C-r>", ":Telescope command_history<CR>")
|
||||
map("c", "<C-r>", ":Telescope command_history<CR>")
|
||||
map("n", "<leader>gs", ":Telescope git_status<CR>")
|
||||
map("n", "<leader>gc", ":Telescope git_commits<CR>")
|
||||
map("n", "<leader>gb", ":Telescope git_branches<CR>")
|
||||
|
||||
-- tab lines in normal and visual mode
|
||||
map("n", "<Tab>", ">>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue