Move nvim-only keybinds to correct config
This commit is contained in:
parent
27466fa20e
commit
cfcdd908b6
@ -30,6 +30,11 @@ endif
|
||||
" Enable Leap
|
||||
lua require('leap').add_default_mappings()
|
||||
|
||||
" VSCode-style comment toggling
|
||||
nnoremap <C-_> :Commentary<CR>
|
||||
vnoremap <C-_> :Commentary<CR>
|
||||
inoremap <C-_> <C-O>:Commentary<CR>
|
||||
|
||||
" Custom functions
|
||||
function! MkdirAndWrite()
|
||||
let dir = expand('%:p:h')
|
||||
|
@ -27,11 +27,6 @@ inoremap <C-BS> <C-W>
|
||||
inoremap <C-Del> <Esc>lcw
|
||||
nnoremap <C-Del> cw<Esc>l
|
||||
|
||||
" VSCode-style comment toggling
|
||||
nnoremap <C-_> :Commentary<CR>
|
||||
vnoremap <C-_> :Commentary<CR>
|
||||
inoremap <C-_> <C-O>:Commentary<CR>
|
||||
|
||||
" Force VIM to use system clipboard
|
||||
set clipboard=unnamedplus
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user