Add commands to increment and decrement an integer at point

This commit is contained in:
Bozhidar Batsov 2013-07-25 15:51:01 +03:00
parent a752457a62
commit 93c94a6f82
3 changed files with 68 additions and 1 deletions

View file

@ -232,6 +232,8 @@ Keybinding | Description
<kbd>C-c t</kbd> | Open a terminal emulator (`ansi-term`).
<kbd>C-c k</kbd> | Kill all open buffers except the one you're currently in.
<kbd>C-c h</kbd> | Open Helm (a useful means of navigating your buffers and project files).
<kbd>C-c +</kbd> | Increment integer at point.
<kbd>C-c -</kbd> | Decrement integer at point.
<kbd>Super-r</kbd> | Recent files
<kbd>Super-x</kbd> | Expand region
<kbd>Super-j</kbd> | Join lines