gpt4 book ai didi

emacs - 用emacs,如何去配对(平衡)括号

转载 作者:行者123 更新时间:2023-12-01 18:52:59 26 4
gpt4 key购买 nike

当光标在一个括号上时,如何跳转到配对括号。很高兴在 工作emacs -nw .

就像 % 在 Vim 中。

;;从@Lindy、@Francesco 得到提示后,我发现了更多:

  C-M-f     Move forward over a balanced expression
C-M-b Move backward over a balanced expression
C-M-k Kill balanced expression forward
C-M-SPC put the mark at the end of the sexp.
C-M-n Move forward over a parenthetical group
C-M-p Move backward over a parenthetical group
;; C-M key binding can also be done by --> ESC Control-key

;;And put this to .emacs, it will highlight opening/closing parens:
(show-paren-mode 1)

最佳答案

使用 C-M-rightC-M-left (分别是 backward-sexpforward-sexp )转到当前表达式的开头或结尾。这适用于括号对,也适用于普通单词。

关于emacs - 用emacs,如何去配对(平衡)括号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9845661/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com