Fork me on GitHub

2007/08/10

Recent entries from same category

  1. Vim scriptはウェブアプリケーション記述言語やったんやー Hatena
  2. Vimで書初め Hatena
  3. Vimと包丁 Hatena
  4. 意外と知られていない便利なvimプラグイン「ctrlp.vim」 Hatena
  5. 僕たちプログラマーは、Excelファイルの生成に、Vimを使います。 Hatena

このエントリーをはてなブックマークに追加
vimのtipsに何かいいのがないか探してたら...
:help scroll-smooth
なんてのを発見。

中身みたら...
==============================================================================
Smooth scrolling                                        *scroll-smooth*

If you like the scrolling to go a bit smoother, you can use these mappings: >
        :map <C-U> <C-Y><C-Y><C-Y><C-Y><C-Y><C-Y><C-Y><C-Y><C-Y><C-Y><C-Y><C-Y><C-Y><C-Y><C-Y><C-Y>
        :map <C-D> <C-E><C-E><C-E><C-E><C-E><C-E><C-E><C-E><C-E><C-E><C-E><C-E><C-E><C-E><C-E><C-E>

(Type this literally, make sure the '<' flag is not in 'cpoptions').

==============================================================================
と...

まぁスムースですわな。
書いた奴出て来い
Posted at 12:13 in ソフトウェア::vim | Edit
Tagged as: tips, vim
Bookmarks: add to hatena add to hatena | add to delicious.com | add to livedoor.clip add to livedoor.clip

blog comments powered by Disqus