Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

VIMでmanを読む

$
0
0

下記コマンドを入力するだけの簡単なお仕事です。

man <知りたいこと> -P "col -b | vim -Rc 'setl ft=man ts=8 nomod nolist nonu' -c 'nmap q :q<cr>' -"

zsh使っているなら、~/.zshrcにこんな感じで書いておくとデフォルトのmanを(大体)置き換えられて恍惚。

~/.zshrc
function man(){ /usr/bin/man $* -P "col -b | vim -Rc 'setl ft=man ts=8 nomod nolist nonu' -c 'nmap q :q<cr>' -"}

キーバインド

使えます。

KeyBehavior
<C-]>カーソル下の単語を更にmanで調べる
<C-t>戻る

Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>