LoginSignup
7
7

More than 5 years have passed since last update.

weechat でウィンドウ分割した時の便利かもしれない設定

Last updated at Posted at 2014-03-20

ウィンドウ分割している時でも入力バーを1つにする

/bar add rootinput root bottom 1 0 [buffer_name]+[input_prompt]+(away),[input_search],[input_paste],input_text
/bar del input

元に戻す時

/bar del rootinput

document
http://www.weechat.org/files/doc/weechat_faq.ja.html#one_input_root_bar

アクティブなウィンドウだけハイライトする

/set weechat.look.color_inactive_window on

ウィンドウ移動に vimキーバインドを設定

/key bind ctrl-H /window left
/key bind ctrl-J /window down
/key bind ctrl-K /window up
/key bind ctrl-L /window right

enjoy!

7
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
7