Klojer / obsidian-emacs-text-editor

GNU General Public License v3.0
17 stars 4 forks source link

Forward and back a paragraph #3

Closed ghost closed 9 months ago

ghost commented 9 months ago

Would be awesome to have these two commands:

M-{

Move back to previous paragraph beginning (backward-paragraph).
M-}
Move forward to next paragraph end (forward-paragraph).

https://emacsdocs.org/docs/emacs/Paragraphs

Klojer commented 9 months ago

Please test version 0.3.1

Added two new functions: forward-paragraph and backward-paragraph

UPDATE: fixed text selection for new functions

ghost commented 9 months ago

Wow, thank you so much! Navigation and text selection with mark work like a charm.