# -*- mode: org -*- #+TITLE: Vim Memo #+AUTHOR: Peter Salvi #+EMAIL: vukung@yahoo.com #+LANGUAGE: en #+OPTIONS: H:1 num:nil toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t #+OPTIONS: TeX:nil LaTeX:nil skip:nil d:nil todo:t pri:nil tags:not-in-toc #+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js #+EXPORT_SELECT_TAGS: export #+EXPORT_EXCLUDE_TAGS: noexport #+LINK_UP: #+LINK_HOME: * Vim terminology |---------------+----------| | Standard word | Vim term | |---------------+----------| | save | write | | cut | delete | | copy | yank | | paste | put | | overwrite | replace | |---------------+----------| * Miscellaneous commands |----------------------+------------------------------+------------------------------------------| | Quit (w/o writing) | :qa[ll]! / :quita[ll]! | | | Write all and exit | :wqa[ll] / :xa[ll] | | | Abort command | | CTRL-C | | Undo | :u[ndo] | u | | Redo | :red[o] | CTRL-R | | Help | :h[elp] | | | Set an on/off option | :set [no]