以下のコマンドで滑らかにスクロールしてくれます。
Key | Direction |
---|---|
C-v |
下へ |
M-v |
上へ |
C-M-v |
別のバッファを下へ |
C-M-V |
別のバッファを上へ |
一応、左右にもスムーズに移動できるようです。
入手はElpaかgithub k-talo / smooth-scroll.el から
;;; smooth-scroll
(require 'smooth-scroll)
(smooth-scroll-mode t)
Go to list of users who liked
More than 5 years have passed since last update.
以下のコマンドで滑らかにスクロールしてくれます。
Key | Direction |
---|---|
C-v |
下へ |
M-v |
上へ |
C-M-v |
別のバッファを下へ |
C-M-V |
別のバッファを上へ |
一応、左右にもスムーズに移動できるようです。
入手はElpaかgithub k-talo / smooth-scroll.el から
;;; smooth-scroll
(require 'smooth-scroll)
(smooth-scroll-mode t)
Register as a new user and use Qiita more conveniently
Go to list of users who liked