add nnoremap to init.vim

This commit is contained in:
randomuser 2022-08-16 20:46:09 -05:00
parent 5375d27040
commit bbc09fa9a2
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ nnoremap <Leader>wr <C-w>\>
nnoremap <Leader>wd <C-w>-
nnoremap <Leader>wu <C-w>+
nnoremap <Leader>mk :make<CR>:spl<CR>:terminal ./main<CR>
" }}}
" autocmds {{{