[Github-comments] [geany/geany] Native Emacs style caret moving keybindings (#2193)

Iván Ávalos notifications at xxxxx
Mon Jun 24 19:12:15 UTC 2019


I found this in `Geany.app/Contents/Resources/share/themes/Mac/gtk-2.0-key/g\
tkrc`, that seems to be the Emacs-like keybindings, but I don't know how to enable them:
```
binding "gtk-mac-emacs-like"
{
  bind "<ctrl>a" { "move-cursor" (paragraph-ends, -1, 0) }
  bind "<shift><ctrl>a" { "move-cursor" (paragraph-ends, -1, 1) }
  bind "<ctrl>e" { "move-cursor" (paragraph-ends, 1, 0) }
  bind "<shift><ctrl>e" { "move-cursor" (paragraph-ends, 1, 1) }

  bind "<ctrl>b" { "move-cursor" (logical-positions, -1, 0) }
  bind "<shift><ctrl>b" { "move-cursor" (logical-positions, -1, 1) }
  bind "<ctrl>f" { "move-cursor" (logical-positions, 1, 0) }
  bind "<shift><ctrl>f" { "move-cursor" (logical-positions, 1, 1) }
}
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2193#issuecomment-505141512
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190624/472f1d51/attachment.html>


More information about the Github-comments mailing list