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
関連記事
git rmで間違えて複数のファイルを消去してしまった時の対応方法 git reset HEAD . git checkout . Related posts:Gingerインストール後にF2でファイ …
muninで正しくデータが取得できない時にはmuninサーバーへ直接telnetでつなぎ確認作業をする。 # telnet localhost 4949 Trying ::1… telnet: c …
CognosでMy Folderの内容について一覧を取得する
CognosはすべてのデータをContents Managerと呼ばれるデータベースに保持している。このデータからMy Folderの中身を取得できる。 ただしデータ保持方法が特殊であるために,SQL …