!Mac OS X-10.15.7 !ruby-2.6.3p62
はじめに
マルチスケールシミュレーション特論の講義メモです.講義メモのインデックスはコチラ
emacs の key-bind
テキストエディタの emacs には独自のkey-bind があるので備忘録として簡単にまとめておく.
前提
M-: meta key
C-: ctrl key
自分の mac は meta key として option key を設定している.
個人的によく使う key-bind
C-z # suspend, fg で emacs に戻れる
C-x C-c # kill emacs
C-x u # undo
C-space # mark set
編集用 key-bind
カット・コピペ
C-w # kill-region (cut)
M-w # copy-region (copy)
C-y # yank (paste))
削除
C-d # delete
C-k # kill-line
移動用 key-bind
C-f # forward (右に1文字)
C-b # backward (左に1文字)
C-n # next (下に1行)
C-p # previous (上に1行)
C-a # ahead (左端)
C-e # end (右端)
- source ~/grad_members_20f/members/e79a93e5b7b1/posts/memo/memo_emacs-keybind.org