set number
inoremap <silent> <Esc> <Esc>
inoremap <silent> <C-[> <Esc>
inoremap <silent> <C-j> <C-^>
set noswapfile
set nobackup
set noundofile
科学・IT・登山の話題
投稿日:
set number
inoremap <silent> <Esc> <Esc>
inoremap <silent> <C-[> <Esc>
inoremap <silent> <C-j> <C-^>
set noswapfile
set nobackup
set noundofile
執筆者:admin
関連記事
Networkerを構成しているバックアップサーバーにRDP経由でログインして作業をしようとしたところ、下記のエラーが出た。 RDP CALは管理用に2ライセンスは有効になっているはずであり、ライセン …
git rmで間違えて複数のファイルを消去してしまった時の対応方法 git reset HEAD . git checkout . Related posts:chefでnot_ifを利用するときのコ …
httpで100MBをダウンロードしているのだが、1MBで勝手に終了してしまう。 とりあえずパケットキャプチャをしてみるとFIN ACKがサーバーから来ているのを確認した。 なんでこれが送られてくるの …