Skip to content

Instantly share code, notes, and snippets.

@yassu
Created October 30, 2015 00:11
Show Gist options
  • Select an option

  • Save yassu/eff4febbc537447af9b3 to your computer and use it in GitHub Desktop.

Select an option

Save yassu/eff4febbc537447af9b3 to your computer and use it in GitHub Desktop.
Emacsのチュートリアルのメモ
C-x C-c: Emacsを終了する
C-v: 次の画面に進む
M-v: 前の画面に戻る
C-l: 画面を書き直す
C-p: 前の行に戻る
C-b: 前の文字に戻る
C-f: 次の文字に移動
C-n: 次の行に移動
M-f: 次の単語に進む
M-b: 前の単語に戻る
C-a: 行頭に移動
C-e: 行末に移動
M-a: 文頭に移動
M-e: 文末に移動
M-<: ファイルの先頭に移動する
M-<: ファイルの末尾に移動する
C-u{num}{com}: コマンド{com}を{num}回実行
C-g: コマンドを強制終了する
C-x 1: ウィンドウを1つにする
C-x {num}: ウィンドウを{num}個に分割する
<Delback>: カーソル直前の文字を削除 (delete)
C-d: カーソルのある文字を削除 (delete)
M-<Delback>: カーソルの直前の単語を消去
C-k: カーソル位置から行末までを消去
C-k C-k: 現在行の削除
M-k: カーソル位置から文末までを消去
C-y: 最後に削除したテキストを再入.
C-x u: undo
C-_: undo
C-x C-f: ファイルを開く
C-x C-s: ファイルをセーブする
C-x C-b: バッファのリストを見る
C-x b 他のバッファに切り替える
C-x s: すべてのバッファをセーブする
C-x {char}: 文字による拡張を表示
M-x {com}: 名前による拡張.
M-x {mode-name}-mode: modeの変更
C-u {num} C-x f: text-widthを{num}にする
C-s: 前向きに検索する
C-r: 後ろ向きに検索する
C-x o: ウィンドウの移動
C-M-d: 下のウィンドウを下に進める
ESC ESC ESC: 催奇編集モードから戻る
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment