• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Révision3e0f25265833b7b70af9964dd02536cd62c2787d (tree)
l'heure2022-05-03 15:18:31
Auteurbadcoff33 <none@none>
Commiterbadcoff33

Message de Log

housekeeping

Change Summary

Modification

--- a/plugins.vim
+++ b/plugins.vim
@@ -38,8 +38,8 @@ g:dircfg =
3838 'compiler ghs'
3939 ],
4040 'RL78_data_flash': [
41- 'command! -nargs=0 CtagsCommand Ctags -R main xcpbasicdrv mcur5f10agf sbcata663431 NvmDriver',
42- 'set path=main,xcpbasicdrv,mcur5f10agf,sbcata663431,NvmDriver,NvmDriver/**,,',
41+ 'command! -nargs=0 CtagsCommand Ctags -R NvmDriverT01 Software',
42+ 'set path=Software,Software\**,NvmDriverT01,NvmDriverT01/**,,',
4343 'set grepprg=rg\ --vimgrep\ -g\ *.[ch]\ $*',
4444 'set relativenumber',
4545 'compiler iar'
--- a/vimrc
+++ b/vimrc
@@ -122,6 +122,7 @@ command! ShowChanges vert new | set bt=nofile | r ++edit # | 0d_ | diffthis | wi
122122 inoremap <Ins> <Esc>
123123 inoremap <k0> <Esc>
124124 inoremap <C-Space> <Esc>
125+inoremap <End> <Esc>
125126
126127 " Yank more consistent to D and dd commands
127128 nnoremap Y y$
@@ -143,16 +144,16 @@ vnoremap < <gv
143144
144145 " Window movement
145146 nnoremap <S-Right> <C-w>l
146-nnoremap <S-Left> <C-w>h
147-nnoremap <S-Up> <C-w>k
148-nnoremap <S-Down> <C-w>j
147+nnoremap <S-Left> <C-w>h
148+nnoremap <S-Up> <C-w>k
149+nnoremap <S-Down> <C-w>j
149150 tnoremap <S-Right> <C-\><C-n><C-w>l
150151 tnoremap <S-Left> <C-\><C-n><C-w>h
151152 tnoremap <S-Up> <C-\><C-n><C-w>k
152153 tnoremap <S-Down> <C-\><C-n><C-w>j
153154
154155 " To map <Esc> to exit terminal-mode: >
155-tnoremap <Esc> <C-\><C-n>
156+tnoremap <Esc> <C-\><C-n>
156157 tnoremap <LeftMouse> <C-\><C-n>
157158
158159 " Line bubbling
@@ -172,8 +173,8 @@ cnoremap <expr> <A-,> $USERPROFILE..g:path_sep..'vimfiles'..g:path_sep
172173 imap <C-CR> <C-]>
173174 cmap <C-CR> <C-]>
174175
175-nnoremap <C-Down> :cnext<CR>
176-nnoremap <C-Up> :cprevious<CR>
176+nnoremap <F12> :cnext<CR>
177+nnoremap <F11> :cprevious<CR>
177178 nnoremap <C-j> :cnext<CR>
178179 nnoremap <C-k> :cprevious<CR>
179180 nnoremap n nzzzv