nvim: Migrated all dap-related things to their own file
This commit is contained in:
parent
4f55c742ad
commit
7c747cbbc1
4 changed files with 162 additions and 82 deletions
|
@ -66,6 +66,13 @@ vim.cmd [[
|
|||
command! W w
|
||||
command! Wq wq
|
||||
command! WQ wq
|
||||
command! Wa wa
|
||||
command! WA wa
|
||||
command! Qa qa
|
||||
command! QA qa
|
||||
command! Wqa wqa
|
||||
command! WQa wqa
|
||||
command! WQA wqa
|
||||
|
||||
" Press Alt h to toggle highlighting on/off, and show current value.
|
||||
noremap <M-h> <cmd>set hlsearch! hlsearch?<CR>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue