]> git.gir.st - VimFx.git/commit
Change `<c-a>` to `<c-enter>` in Hints mode
authorSimon Lydell <simon.lydell@gmail.com>
Mon, 18 Apr 2016 19:22:38 +0000 (21:22 +0200)
committerSimon Lydell <simon.lydell@gmail.com>
Mon, 18 Apr 2016 19:22:38 +0000 (21:22 +0200)
commit2f71c0b50e95f6bb7ad57313942d02dc45066c80
tree2a3a8a8629854067b1dc36a22b0c5e72aeb89579
parente82d3f0060b91f011c726ad55d9618e4f065a9d8
Change `<c-a>` to `<c-enter>` in Hints mode

Using `<c-a>` for marking _all_ elements was nice, because `<c-a>` usually means
"select all". However, it conflicts with the "hold ctrl when typing the last
hint character to toggle if the link opens in a new tab or not" feature. If the
last character was an "a" that wouldn't happen; instead, the `<c-a>` command
would be invoked. This commit changes to `<c-enter>` which should be conflict
free.
documentation/api.md
documentation/commands.md
extension/lib/defaults.coffee
Imprint / Impressum