diff --git a/keybindings.vim b/keybindings.vim index a5dda14..bb0c7cb 100644 --- a/keybindings.vim +++ b/keybindings.vim @@ -28,7 +28,6 @@ nmap gDf :Telescope lsp_definitions nmap gF :edit nmap gT :Telescope lsp_type_definitions nmap gb :Gitsigns blame_line -" nmap gd :lua vim.lsp.buf.definition() nmap gi :Telescope lsp_implementations nmap gj :Telescope jumplist nmap gl :lua vim.lsp.buf.code_lens() @@ -51,22 +50,16 @@ nmap ca :lua vim.lsp.buf.code_action() nmap cd :Telescope diagnostics nmap cp :vert Copilot panel nmap cs :lua require("copilot.suggestion").toggle_auto_trigger() -" nmap cl :lua vim.lsp.diagnostic.show_line_diagnostics() -" nnoremap cn :DashboardNewFile nnoremap fb :Telescope buffers nnoremap ff :Telescope find_files nnoremap fg :Telescope live_grep nnoremap fh :Telescope oldfiles nnoremap fd :e ~/.config/nvim/init.vim -" nmap fa :DashboardFindWord -" nmap fb :DashboardJumpMark -" nmap fh :DashboardFindHistory nmap gb :Gitsigns blame_line nmap gc :Telescope git_commits nmap gf :Telescope git_files -" nmap gg :Neogit nmap gg :FloatermNew --title=lazygit --width=1.0 --height=1.0 --opener=vsplit lazygit nnoremap gP lua require('goto-preview').close_all_win() nnoremap gR Telescope lsp_references @@ -83,7 +76,6 @@ nmap isp :-1read $HOME/Templates/python.py4jw nmap j :AnyJump -" nmap K :DocsViewToggle nmap K :lua vim.lsp.buf.hover() nmap ld :Telescope lsp_definitions @@ -132,11 +124,5 @@ nmap wa :lua vim.lsp.buf.add_workspace_folder() nmap wl :lua print(vim.inspect(vim.lsp.buf.list_workspace_folders())) nmap wr :lua vim.lsp.buf.remove_workspace_folder() -" nnoremap xd TroubleToggle document_diagnostics -" nnoremap xl TroubleToggle loclist -" nnoremap xq TroubleToggle quickfix -" nnoremap xw TroubleToggle workspace_diagnostics -" nnoremap xx TroubleToggle - nmap y "+ vmap y "+