ace-jump-mode icon indicating copy to clipboard operation
ace-jump-mode copied to clipboard

a quick cursor jump mode for emacs

Results 54 ace-jump-mode issues
Sort by recently updated
recently updated
newest added

各位尊敬的维护者们你好,我使用xah-fly-keys的模式编辑方式,当处于command mode的时候使用ace-jump,按键会先被command mode捕获到而执行该健在xah-fly-keys中定义的函数,此时我必须先键入切换到insert mode的快捷键,再按ace-jump所提供的指示的字母(那些红色的字符),使用完ace-jump之后我会被停留在xah-fly-keys的insert mode中。请问我该如何做可以使得当我进入ace-jump-mode时,让接下来的按键被ace-jump捕获到,使用完ace-jump之后又能直接回到xah-fly-keys的command mode?十分感谢!

cl-lib was published many years ago as a better alternative to cl. And in Emacs-27 cl now has a deprecation warning. Replace `(require 'cl)` with `(require cl-lib)` will fix it.

The `cl` package is deprecated and generates a warning when byte-compiled. Please get rid of that dependency and replace it with `cl-lib`. Thanks.

1. Mark 1. Scroll a screen (`C-v`) 1. `ace-jump-line-mode` (`C-c C-e`) 1. Hit key for line The mark only starts at the top of the scrolled screen instead of the...

When pressing a key with a non-english alphabetical character for a head-char, ace-jump-mode classifies this character as `'other` when it should be `'alpha`. Here is the fix: ``` modified ace-jump-mode.el...

相对来说, 欧美人维护的项目比较长寿, 几年甚至几十年. 国内一般超不过十年, 五年都很少.

I personally like to set `ace-jump-mode-move-keys` so that the proposed keys minimize the finger movements, promoting as much as possible the keys in the home row. It's a configuration that...

Hello, I used [interleave](https://github.com/rudolfochrist/interleave) generally have two windows open. One notes and one with pdf. But emacs stalls when using ace-jump when a pdf buffer is open. I was wondering...

I just installed ace-jump mode this morning and find it excellent. However, when I try to jump to lines, the first ace option is `a' for ALL lines, and I...