mirror of
https://github.com/larstvei/Focus.git
synced 2024-11-26 03:28:32 +00:00
Formatting
This commit is contained in:
parent
cfb1672fca
commit
9a5cf4f972
14
README.org
14
README.org
@ -23,13 +23,13 @@
|
|||||||
|
|
||||||
A few interactive functions are provided:
|
A few interactive functions are provided:
|
||||||
|
|
||||||
| Function | Description |
|
| Function | Description |
|
||||||
|--------------------+--------------------------------------------------------------------------|
|
|----------------------+--------------------------------------------------------------------------|
|
||||||
| focus-change-thing | Adjust the narrowness of the focused section for the current buffer |
|
| ~focus-change-thing~ | Adjust the narrowness of the focused section for the current buffer |
|
||||||
| focus-pin | Pin the focused section to its current location or the region, if active |
|
| ~focus-pin~ | Pin the focused section to its current location or the region, if active |
|
||||||
| focus-unpin | Unpin the focused section |
|
| ~focus-unpin~ | Unpin the focused section |
|
||||||
| focus-next-thing | Move the point to the middle of the Nth next thing |
|
| ~focus-next-thing~ | Move the point to the middle of the Nth next thing |
|
||||||
| focus-prev-thing | Move the point to the middle of the Nth previous thing |
|
| ~focus-prev-thing~ | Move the point to the middle of the Nth previous thing |
|
||||||
|
|
||||||
Focus relies on [[https://www.emacswiki.org/emacs/ThingAtPoint][Thing At Point]], which can retrieve a /thing/ surrounding the
|
Focus relies on [[https://www.emacswiki.org/emacs/ThingAtPoint][Thing At Point]], which can retrieve a /thing/ surrounding the
|
||||||
point. These /things/ may be a symbol, list, S-expression (sexp), function
|
point. These /things/ may be a symbol, list, S-expression (sexp), function
|
||||||
|
Loading…
Reference in New Issue
Block a user