From 7e2b4236eb2ec6608f69ce358570dccf26084572 Mon Sep 17 00:00:00 2001 From: Daniel Weschke Date: Sat, 30 Jan 2021 23:18:08 +0100 Subject: [PATCH] add information about multiple cursors --- README.md | 81 +++++++++++++++++++++++++++++++++------- README.org | 8 ++++ settings/gui-settings.el | 1 + 3 files changed, 76 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 67070057..37d3b4ed 100644 --- a/README.md +++ b/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. - + # Requirements @@ -38,7 +38,7 @@ external packages: Optional package for EAF see in Installation. - + # Installation @@ -66,7 +66,7 @@ edit `PGKBUILD` file for `python-pymupdf` to: } - + # Key bindings and functions @@ -344,8 +344,48 @@ edit `PGKBUILD` file for `python-pymupdf` to: + + - +++ ++ ++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 4: Multiple cursors
M-m s m amc/mark-all-dwimtry 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 @@ -354,7 +394,7 @@ edit `PGKBUILD` file for `python-pymupdf` to: colors with the color they represent as background. - + # 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. - + # Errors - + ## failed execution of bibtex2html @@ -379,3 +419,16 @@ see bib2htmlxxxxxx.blg for errors, e.g. copy/merge the texmf directory into your home directory. + + + +++ + + + + + +
 
+ diff --git a/README.org b/README.org index 9a8babeb..6afe3131 100644 --- a/README.org +++ b/README.org @@ -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 +|| diff --git a/settings/gui-settings.el b/settings/gui-settings.el index 8786236d..c728b22c 100644 --- a/settings/gui-settings.el +++ b/settings/gui-settings.el @@ -91,6 +91,7 @@ ) (use-package tab-bar + :defer 0.5 :config (tab-bar-mode) (tab-bar-rename-tab "Default")