very big update

This commit is contained in:
Rouven Seifert 2023-03-16 10:05:22 +01:00
parent 2fc96683aa
commit 11971e4e36
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 19 additions and 20 deletions

View file

@ -35,8 +35,7 @@
"<leader>g" = ":Telescope git_files<CR>";
"<leader>r" = ":Telescope live_grep<CR>";
# diacnostics
"<leader>e" = "vim.diagnostic.open_float";
"<leader>q" = "vim.diagnostic.setloclist";
"<leader>d" = ":Telescope diacnostics<CR>";
#quickfixlist binds
"<C-j>" = ":cnext<CR>";