feat: remove unused jj/kk escape mapping
This commit is contained in:
parent
994d1b28a1
commit
e125a6197b
2 changed files with 0 additions and 6 deletions
|
@ -27,9 +27,6 @@
|
|||
# session handling
|
||||
auto-session
|
||||
|
||||
# escape handling
|
||||
better-escape-nvim
|
||||
|
||||
nvim-treesitter.withAllGrammars
|
||||
nvim-treesitter-textobjects
|
||||
nvim-ts-context-commentstring
|
||||
|
|
|
@ -64,9 +64,6 @@ nnoremap("gq", ":Bdelete<CR>")
|
|||
-- toggle search highlighting
|
||||
vim.cmd('nnoremap <expr> * v:hlsearch ? ":nohlsearch<cr>" : "*"')
|
||||
|
||||
-- insert-map jj/jk to escape
|
||||
require("better_escape").setup()
|
||||
|
||||
-- open Copilot Chat window
|
||||
nnoremap("<leader>cc", ":lua require('CopilotChat').open()<CR>")
|
||||
nnoremap("<leader>C", ":CodeCompanionChat #buffer<CR>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue