@username
を付けます 239 | " Turn off the IME when escaping from Insert mode
240 | inoremap <silent> <ESC> <ESC>:<C-u>set iminsert=0<CR>
246 | " Switch active window
247 | nnoremap <C-h> <C-w>h
248 | nnoremap <C-j> <C-w>j
249 | nnoremap <C-k> <C-w>k
250 | nnoremap <C-l> <C-w>l
270 | " Refer to history in command-line mode
271 | cnoremap <C-p> <Up>
272 | cnoremap <Up> <C-p>
273 | cnoremap <C-n> <Down>
274 | cnoremap <Down> <C-n>