(आपका प्रश्न बहुत खुला हुआ है, इसलिए यह मुख्य रूप से राय-आधारित होने के कारण बंद हो सकता है।)
मैं क्या उपयोग करता हूं: किसी भी बफर ( ), और ( ) में वैश्विक निशान के बीच यात्रा करने के लिए इकोल्स मल्टी-कमांड icicle-goto-marker
(बाउंड टू C-- C-SPC
) यात्रा करने के लिए ।mark-ring
icicle-goto-global-marker
C-- C-x C-SPC
global-mark-ring
पाठ की पंक्तियाँ जहाँ मार्कर स्थित हैं, को पूर्ण करने वाले उम्मीदवारों के रूप में उपयोग किया जाता है। आप उम्मीदवारों को मेल खाने वाली पंक्तियों को संकीर्ण करने के लिए कुछ पाठ (जैसे, सबस्ट्रिंग, regexp) टाइप कर सकते हैं। आप अपनी पसंद की किसी भी चीज़ पर जाकर, मेल खाने वाली लाइनों के बीच साइकिल चला सकते हैं। यदि आप पुस्तकालय का उपयोग करते हैं crosshairs.el
तो आपके द्वारा देखी जाने वाली एक मार्कर की स्थिति को अस्थायी रूप से क्रॉसहेयर के साथ हाइलाइट किया जाता है, इसलिए आप जल्दी से देख सकते हैं कि यह कहाँ है।
यहाँ डॉक्टर स्ट्रिंग का हिस्सा है icicle-goto-marker
:
Go to a marker in this buffer, choosing it by the line that includes it.
If `crosshairs.el' is loaded, then the target position is highlighted.
By default, candidates are sorted in marker order, that is, with
respect to their buffer positions. Use `C-M-,' or `C-,' to change the
sort order.
During completion you can use these keys:
`C-RET' - Goto marker named by current completion candidate
`C-down' - Goto marker named by next completion candidate
`C-up' - Goto marker named by previous completion candidate
`C-next' - Goto marker named by next apropos-completion candidate
`C-prior' - Goto marker named by previous apropos-completion candidate
`C-end' - Goto marker named by next prefix-completion candidate
`C-home' - Goto marker named by previous prefix-completion candidate
`<S-delete>' - Delete marker named by current completion candidate
Use `mouse-2', `RET', or `S-RET' to choose a candidate as the final
destination, or `C-g' to quit.
(global-set-key (kbd "s-m") '(lambda () (interactive) (push-mark)))
।