Last active
November 10, 2016 11:53
-
-
Save acro5piano/5d926e469d4e4f32df4a965b33c56096 to your computer and use it in GitHub Desktop.
TmuxでEmacsのキーバインド ref: http://qiita.com/acro5piano/items/ca5aa847070b85854d17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment