Skip to main content

Questions tagged [navigation]

Use the navigation tag for questions about moving around: to different places within a file/buffer (i.e., beginning, end, across paragraphs and code blocks); from one window to another (i.e., changing which window you are working in, and which files/buffers are displayed in each window). Use tag [motion] instead, for moving point around.

Filter by
Sorted by
Tagged with
1 vote
1 answer
126 views

I configured Emacs so I can use tabs similarly to a browser : (use-package intuitive-tab-line :vc (:url "https://github.com/thread314/intuitive-tab-line-mode") :defer 0 :init ...
crocefisso's user avatar
  • 1,549
2 votes
2 answers
89 views

Currently, all of my Emacs bookmarks are for the same file. They indicate parts of the file that I regularly edit and are helpfully named. I want to skim through all of them to remind myself what I ...
J. Mini's user avatar
  • 265
1 vote
1 answer
152 views

I'm using zap-to-char more and more. But sometimes, I want to copy rather than kill. Is there a function for this in an out-of-the-box copy of Emacs? I could surely write the code myself, but does ...
J. Mini's user avatar
  • 265
1 vote
1 answer
102 views

I want to go to the end of the above line. I can do this with two keyboard shortcuts, namely <up> followed by C-e. Can it be done in one in an out-of-the-box copy of Emacs? I could surely write ...
J. Mini's user avatar
  • 265
2 votes
1 answer
65 views

For example, if I save the current position in a register from the left window here, and then call jump-to-register from the right window, Emacs switches the right window to the buffer where I saved ...
Arch Stanton's user avatar
  • 1,856
0 votes
2 answers
55 views

* Infrastructure and Programming Machine :inbox: :PROPERTIES: :Effort: 0:30 :END: ** test1 -test -test2 If my cursor is under "test2" and I use C-c C-u, the ...
David's user avatar
  • 349
1 vote
0 answers
101 views

After a fresh install of Emacs and Doom, the program hangs after attempting to open a file from the mini-buffer. I've been trying to set up doom emacs for the first time on a newly installed Fedora OS....
Rich Bishop's user avatar
0 votes
2 answers
113 views

When point is on a source block, I want to be able to jump to the #+RESULTS section of that source block. If the source block does not have a #+RESULTS: section, I want to do nothing: I don't want to ...
IT professional's user avatar
0 votes
0 answers
63 views

Linux Mint 21 Emacs 27.1 Suppose I open 3 different text files. As result open 3 differents buffers. E.g. text_1.txt text_2.txt text_3.txt Is it possible to jump using keybinding to the next lines? ...
a_subscriber's user avatar
  • 4,386
1 vote
2 answers
90 views

Is there something like a point ring in Emacs? I would like to store the current point in there using a command similar to point-to-register. But when I store another point, I want the previous one ...
Witek's user avatar
  • 379
0 votes
1 answer
80 views

I'm used to using backward-up-list to go to the front of a string in most every programming mode, but for some reason it doesn't work in python-mode. python-mode rebinds C-M-u to its own python-nav-...
Cristian's user avatar
  • 233
1 vote
0 answers
146 views

How to switch buffers (prev & next) with minimal buffer list order modification? To be succinct and without getting into the weeds of particular details, the best way to explain what I am trying ...
David's user avatar
  • 177
1 vote
1 answer
245 views

Suppose I have this structure: ((1 2 3) (4 5 6) (7 8)) I can move backward and forward sexp-by-sexp (one-by-one) with backward-sexp and forward-sexp. However, I often have dozens of sexps to ...
Heitor Chang's user avatar
1 vote
1 answer
48 views

I am looking for a way to improve searching by repeating pattern. Let's say some program prints lots of log messages with the same pattern: copying path '/nix/store/lqfjx7x6imy5a9xab1ff5nhg90v089rq-...
Daniil Iaitskov's user avatar
3 votes
1 answer
283 views

I am trying to find an easy and efficient way to modify the behaviour of forward-sexp to handle balanced pairs of characters not normally supported by it, such as balanced < and > and balanced &...
PRouleau's user avatar
  • 924

15 30 50 per page
1
2 3 4 5 6