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
関連記事
スイッチ側での設定で注意すること DHCPサーバー relayがvlanで設定されていること 正しいdhcpサーバーが設定されていること スイッチ側での設定 ip dhcp-relay fwd-pat …
TypeError: $(…).live is not a function
ドットインストールでRuby on Rails 3.0を勉強していたところ、一か所どうしてもエラーが消えない部分があった。 メッセージは.liveが関数ではないといっているのだがタイポも見つからず、ド …
とりあえずこの辺か Consulを頑張って理解する from Masakazu Watanabe Related posts:Networkerでラベルを付け直すCisco Prime Infrast …
インストール yum経由でインストールする。epelを有効にしておく。 yum –enablerepo=epel install munin ノードもインストールしておく。 yum –enable …