emacs .emacs_Emacs记住最后的编辑位置

本文介绍如何配置Emacs以记住文件中的最后编辑位置,实现再次打开文件时光标自动定位到上次编辑位置的功能,类似于Vim的默认行为。通过启用save-place-mode并设置save-place-file变量,可以轻松实现这一目标。
摘要由CSDN通过智能技术生成

emacs .emacs

How to make emacs remember last editing positions in files. It will be convenient next time I open the same file the cursor automatically moves to the position I was last time editing the same file.

如何使emacs记住文件中的最后编辑位置。 下次我打开同一文件时,光标会自动移动到我上次编辑同一文件的位置,这将很方便。

The behavior seems enabled by default in Vim. How to make Emacs do this?

该行为似乎在Vim中默认为启用。 如何使Emacs做到这一点?

I use the saveplace mode.

我使用保存模式。

Add these lines to your ~/.emacs:

将这些行添加到〜/ .emacs中:

(setq save-place-file "~/.emacs.d/saveplace")
(setq-default save-place t)
(require 'saveplace)

The save-place-file variable identifies the file location where the cursor position information is stored.

save-place-file变量标识存储光标位置信息的文件位置。

My full emacs-config is here: https://github.com/zma/emacs-config

我的完整emacs-config在这里: https : //github.com/zma/emacs-config

Answered by Eric Z Ma.
埃里克·马(Eric Z Ma)回答。

翻译自: https://www.systutorials.com/emacs-remembering-last-editing-positions/

emacs .emacs

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值