Vim でテキストファイルを編集する際に、記載されている URL をブラウザで開きたいことがよくあります。URL をコピペしてブラウザで開く、という操作がちょっと手間なので、open-browser.vim というプラグインを使って、一発で Vim からブラウザで URL を開けるように設定しました。
require 'spec_helper' # SELinux should be enforcing describe selinux do it { should be_enforcing } end describe file('/etc/selinux/config') do it { should be_file } it { should be_owned_by 'root' } it { should be_grouped_into 'root' } it { should be_mode 644 } its(:content) { should match(/^SELINUX=enforcing$/) } its(:content) { should match(/^SELINUXTYPE=targeted$/) } end
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く