LoginSignup
6
5

More than 5 years have passed since last update.

TmuxでEmacsのキーバインド

Last updated at Posted at 2016-11-10

設定したら、今までよりtmuxのコピペモードを使いそうな気がしたので、メモしておく。

~/.tmux.conf
set-window-option -g mode-keys emacs
bind-key C-t copy-mode
bind-key C-y paste-buffer
bind -n Pageup copy-mode -u

これにより

  • PREFIX + C-t => コピーモードに入る
  • PREFIX + C-y => 貼り付け
  • PageUp => 1ページ遡ってコピーモードに入る。ログを見る時など便利

※ PREFIXをC-tに設定している前提

6
5
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
6
5