mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-04-26 04:15:38 +00:00
Remove unused keymappings
This commit is contained in:
parent
989102b5ec
commit
e9710b7a33
@ -99,19 +99,4 @@ vim.api.nvim_set_keymap('n', '<S-TAB>', ':bprevious<CR>', {noremap = true, silen
|
||||
vim.api.nvim_set_keymap('x', 'K', ':move \'<-2<CR>gv-gv', {noremap = true, silent = true})
|
||||
vim.api.nvim_set_keymap('x', 'J', ':move \'>+1<CR>gv-gv', {noremap = true, silent = true})
|
||||
|
||||
|
||||
-- vim.cmd([[
|
||||
-- if !exists('g:vscode')
|
||||
-- " Automatic formatting for Julia files
|
||||
-- autocmd FileType julia nnoremap <buffer> <c-f> :JuliaFormatterFormat<cr>
|
||||
|
||||
-- " Maps quit
|
||||
-- noremap <leader>q :q<cr>
|
||||
|
||||
-- " Maps quit all
|
||||
-- noremap <c-q> :qa<cr>
|
||||
|
||||
-- " Maps write
|
||||
-- nnoremap <leader>w :w<cr>
|
||||
-- end
|
||||
-- ]])
|
||||
vim.api.nvim_set_keymap('n', 'Q', '<Nop>', {noremap = true, silent = true})
|
||||
|
@ -88,7 +88,6 @@ local mappings = {
|
||||
A = {"<cmd>Lspsaga range_code_action<cr>", "Selected Action"},
|
||||
d = {"<cmd>Telescope lsp_document_diagnostics<cr>", "Document Diagnostics"},
|
||||
D = {"<cmd>Telescope lsp_workspace_diagnostics<cr>", "Workspace Diagnostics"},
|
||||
f = {"<cmd>LspFormatting<cr>", "Format"},
|
||||
i = {"<cmd>LspInfo<cr>", "Info"},
|
||||
l = {"<cmd>Lspsaga lsp_finder<cr>", "LSP Finder"},
|
||||
L = {"<cmd>Lspsaga show_line_diagnostics<cr>", "Line Diagnostics"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user