add nnoremap to init.vim
This commit is contained in:
parent
5375d27040
commit
bbc09fa9a2
|
@ -64,6 +64,8 @@ nnoremap <Leader>wr <C-w>\>
|
||||||
nnoremap <Leader>wd <C-w>-
|
nnoremap <Leader>wd <C-w>-
|
||||||
nnoremap <Leader>wu <C-w>+
|
nnoremap <Leader>wu <C-w>+
|
||||||
|
|
||||||
|
nnoremap <Leader>mk :make<CR>:spl<CR>:terminal ./main<CR>
|
||||||
|
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" autocmds {{{
|
" autocmds {{{
|
||||||
|
|
Loading…
Reference in New Issue