{ "cells": [ { "cell_type": "markdown", "metadata": { "toc": "true" }, "source": [ "# Table of Contents\n", "
" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# emacs_help\n", "\n", "```\n", " emacsのキーバインド\n", " \n", "特殊キー操作\n", " c-f, controlキーを押しながら 'f'\n", " M-f, escキーを押した後一度離して'f'\n", " 操作の中断c-g, 操作の取り消し(Undo) c-x u\n", " cc by Shigeto R. Nishitani, 2016\n", "カーソル移動cursor\n", " c-f, move Forwrard, 前or右へ\n", " c-b, move Backwrard, 後or左へ\n", " c-a, go Ahead of line, 行頭へ\n", " c-e, go End of line, 行末へ\n", " c-n, move Next line, 次行へ\n", " c-p, move Previous line, 前行へ\n", "ページ移動page\n", " c-v, move Vertical, 次のページへ\n", " M-v, move reversive Vertical,前のページへ\n", " c-l, centerise Line, 現在行を中心に\n", " M-<, move Top of file, ファイルの先頭へ\n", " M->, move Bottom of file, ファイルの最後尾へ\n", "ファイル操作file\n", " c-x c-f, Find file, ファイルを開く\n", " c-x c-s, Save file, ファイルを保存\n", " c-x c-w, Write file NAME, ファイルを別名で書き込む\n", "編集操作edit\n", " c-d, Delete char, 一字削除\n", " c-k, Kill line, 一行抹消,カット\n", " c-y, Yank, ペースト\n", " c-w, Kill region, 領域抹消,カット\n", " 領域選択は,先頭or最後尾でc-spaceした後,最後尾or先頭へカーソル移動\n", " c-s, forward incremental Search WORD, 前へWORDを検索\n", " c-r, Reverse incremental search WORD, 後へWORDを検索\n", " M-x query-replace WORD1