add information about multiple cursors
This commit is contained in:
81
README.md
81
README.md
@@ -1,19 +1,19 @@
|
||||
|
||||
# Table of Contents
|
||||
|
||||
1. [Requirements](#orgf4fd69f)
|
||||
2. [Installation](#orgeb12447)
|
||||
3. [Key bindings and functions](#orgb4f8fdc)
|
||||
4. [Packages](#orga8c6216)
|
||||
5. [Information](#orgaf15aed)
|
||||
6. [Errors](#org7c7dda9)
|
||||
1. [failed execution of bibtex2html](#org79a8e5c)
|
||||
1. [Requirements](#org5fc1f22)
|
||||
2. [Installation](#org4c25348)
|
||||
3. [Key bindings and functions](#org46a4614)
|
||||
4. [Packages](#orge169506)
|
||||
5. [Information](#org4ba5f93)
|
||||
6. [Errors](#orgd16b916)
|
||||
1. [failed execution of bibtex2html](#org110db80)
|
||||
|
||||
This is an ongoing evolution of Emacs configuration files, inspired by
|
||||
a bunch of online resources.
|
||||
|
||||
|
||||
<a id="orgf4fd69f"></a>
|
||||
<a id="org5fc1f22"></a>
|
||||
|
||||
# Requirements
|
||||
|
||||
@@ -38,7 +38,7 @@ external packages:
|
||||
Optional package for EAF see in Installation.
|
||||
|
||||
|
||||
<a id="orgeb12447"></a>
|
||||
<a id="org4c25348"></a>
|
||||
|
||||
# Installation
|
||||
|
||||
@@ -66,7 +66,7 @@ edit `PGKBUILD` file for `python-pymupdf` to:
|
||||
}
|
||||
|
||||
|
||||
<a id="orgb4f8fdc"></a>
|
||||
<a id="org46a4614"></a>
|
||||
|
||||
# Key bindings and functions
|
||||
|
||||
@@ -344,8 +344,48 @@ edit `PGKBUILD` file for `python-pymupdf` to:
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<table>
|
||||
<caption class="t-above"><span class="table-number">Table 4:</span> Multiple cursors</caption>
|
||||
|
||||
<a id="orga8c6216"></a>
|
||||
<colgroup>
|
||||
<col class="org-left">
|
||||
|
||||
<col class="org-left">
|
||||
|
||||
<col class="org-left">
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="org-left">M-m s m a</td>
|
||||
<td class="org-left">mc/mark-all-dwim</td>
|
||||
<td class="org-left">try to mark all at point</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="org-left">C-v</td>
|
||||
<td class="org-left"> </td>
|
||||
<td class="org-left">jump to next cursor</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="org-left">M-v</td>
|
||||
<td class="org-left"> </td>
|
||||
<td class="org-left">jump to previous cursor</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="org-left">C-’</td>
|
||||
<td class="org-left"> </td>
|
||||
<td class="org-left">hide/unhide lines without a cursor</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<a id="orge169506"></a>
|
||||
|
||||
# Packages
|
||||
|
||||
@@ -354,7 +394,7 @@ edit `PGKBUILD` file for `python-pymupdf` to:
|
||||
colors with the color they represent as background.
|
||||
|
||||
|
||||
<a id="orgaf15aed"></a>
|
||||
<a id="org4ba5f93"></a>
|
||||
|
||||
# Information
|
||||
|
||||
@@ -364,12 +404,12 @@ but interlocks to prevent the simultaneous editing of the same
|
||||
file. See [Interlocking](https://www.emacswiki.org/info-ref?find=Interlocking) in the [EmacsManual](https://www.emacswiki.org/emacs/EmacsManual) for details.
|
||||
|
||||
|
||||
<a id="org7c7dda9"></a>
|
||||
<a id="orgd16b916"></a>
|
||||
|
||||
# Errors
|
||||
|
||||
|
||||
<a id="org79a8e5c"></a>
|
||||
<a id="org110db80"></a>
|
||||
|
||||
## failed execution of bibtex2html
|
||||
|
||||
@@ -379,3 +419,16 @@ see bib2htmlxxxxxx.blg for errors, e.g.
|
||||
|
||||
copy/merge the texmf directory into your home directory.
|
||||
|
||||
<table>
|
||||
|
||||
|
||||
<colgroup>
|
||||
<col class="org-left">
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="org-left"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user