shell-pop 入れた。

ろーもれす。
便利そうとは思っていても,なかなか手が出なかった shell-pop.el。
今回入れてみました。
http://www.emacswiki.org/emacs-en/ShellPop


私の設定といっても,ほとんど変わってないけど。
ちなみに環境は,WindowsXPCygwinMeadow ね。

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; shell-pop.el
;;; http://www.emacswiki.org/emacs-en/ShellPop
(require 'shell-pop)
(shell-pop-set-internal-mode-shell "/usr/bin/zsh")
; the number for the percentage of the selected window. 
(shell-pop-set-window-height 20)
(global-set-key [f8] 'shell-pop)


感想は,とても便利です。
kyagi さんありがとうございます!


HHK Lite2 を使用しているので,f8 を押すのに,
ほとんどホームポジションを崩さなくていいのがいいです。
ん? 本質的ではないか?