feat: remove unused jj/kk escape mapping

This commit is contained in:
Michael Mandl 2025-04-25 08:28:03 +02:00
parent 994d1b28a1
commit e125a6197b
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2
2 changed files with 0 additions and 6 deletions

View file

@ -27,9 +27,6 @@
# session handling
auto-session
# escape handling
better-escape-nvim
nvim-treesitter.withAllGrammars
nvim-treesitter-textobjects
nvim-ts-context-commentstring

View file

@ -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>")