Questions tagged [visual-line-mode]
The visual-line-mode tag has no summary.
36 questions
1 vote
1 answer
60 views
How can I navigate by logical lines in wrapped text in Magit status buffer?
I've noticed that when navigating the Magit status buffer using cursor keys or n/p, the cursor moves to the next visual line when text wraps, rather than the next logical line. This behavior differs ...
0 votes
1 answer
183 views
How to visually indent continuation lines of Org property values to align with the column specified in org-property-format?
Long property values in Org mode property drawers are by default not visually indented in visual-line-mode so as to align with the start column of the property values (as defined in org-property-...
1 vote
2 answers
521 views
continuation markers in terminal visual-line-mode
How do I get continuation indicators (a character indicator at the far right edge, normally \) in visual-line mode when I'm working in a terminal emacs. FYI, the continuation markers on visual-line-...
6 votes
1 answer
944 views
Enable minor mode for specific files
I have a specific file which I want to always open with visual-line-mode activated. This file cannot be distinguished from others for which I want visual-line-mode deactivated, either by file name/...
1 vote
2 answers
1k views
How to globally disable visual-line-mode in Doom Emacs?
In doom emacs, by default (when starting from the default configuration), visual-line-mode and word-wrap enabled in fundamental, text, prog modes... I would like to disable the visual-line-mode by ...
1 vote
2 answers
692 views
Disabling visual-line-mode only in org-agenda-mode
My emacs configuration has global visual line mode enabled via (global-visual-line-mode 1). I want to disable this mode, but only when in org-agenda-mode. When I do this manually, via M-x org-agenda, ...
2 votes
1 answer
191 views
How to insert overlay every n visual/screen lines?
I want to insert an overlay at the beginning of every 40th or so visual/screen, to generate a WYSIWYG looking page-break overlay like so: At the moment this is done by font-locking the line-feed ...
2 votes
1 answer
297 views
Number of line as you'd get moving down the buffer with C-n
In a buffer in Emacs, a line is the text you get from the first character after you press "Enter" to the last character before the next "Enter". And so, this is the line numbers ...