add information about multiple cursors

This commit is contained in:
2021-01-30 23:18:08 +01:00
parent 709325fb3e
commit 7e2b4236eb
3 changed files with 76 additions and 14 deletions

View File

@@ -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">&#xa0;</td>
<td class="org-left">jump to next cursor</td>
</tr>
<tr>
<td class="org-left">M-v</td>
<td class="org-left">&#xa0;</td>
<td class="org-left">jump to previous cursor</td>
</tr>
<tr>
<td class="org-left">C-&rsquo;</td>
<td class="org-left">&#xa0;</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">&#xa0;</td>
</tr>
</tbody>
</table>

View File

@@ -93,6 +93,12 @@ a bunch of online resources.
| f5 | | in org export to html |
| f6 | | in org export to LaTeX |
#+caption: Multiple cursors
| M-m s m a | mc/mark-all-dwim | try to mark all at point |
| C-v | | jump to next cursor |
| M-v | | jump to previous cursor |
| C-' | | hide/unhide lines without a cursor |
* Packages
- rainbow-mode.el :: https://elpa.gnu.org/packages/rainbow-mode.html
rainbow-mode is a minor mode for Emacs which displays strings representing
@@ -110,3 +116,5 @@ see bib2htmlxxxxxx.blg for errors, e.g.
- I couldn't open style file acmu.bst
copy/merge the texmf directory into your home directory.
# gogs bug having the last table in the footer
||

View File

@@ -91,6 +91,7 @@
)
(use-package tab-bar
:defer 0.5
:config
(tab-bar-mode)
(tab-bar-rename-tab "Default")