add key terminal

This commit is contained in:
2026-04-02 09:48:54 +09:00
parent 7dd0d5d27f
commit 4b90037313
2 changed files with 281 additions and 0 deletions

1
.vimrc
View File

@@ -29,6 +29,7 @@ set undofile
set undodir=~/.vim/undo
let g:autosave = 1
inoremap <C-j> <Esc>
nnoremap Q :q!<CR>
call plug#begin('~/.vim/plugged')