PageRenderTime 25ms CodeModel.GetById 0ms RepoModel.GetById 1ms app.codeStats 0ms

/jEdit/tags/jedit-4-5-pre1/doc/tips/tip90.html

#
HTML | 27 lines | 21 code | 6 blank | 0 comment | 0 complexity | e490f39318451cf3425d33449cf72954 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. <html><body>
  2. In jEdit 4.1, the "smart home/end" setting was removed. Now, the
  3. behavior of the <b>HOME</b> and <b>END</b> keys can be configured in the <b>Shortcuts</b>
  4. pane of the <b>Global Options</b> dialog box, just as with any other key. The
  5. HOME key can be bound to one of the following commands, for example:
  6. <ul>
  7. <li><b>Go to Start of Line</b>
  8. <li><b>Go to Start of White Space</b>
  9. <li><b>Go to Start of Buffer</b>
  10. <li><b>Smart Home</b> (default three-keystroke behavior)
  11. </ul>
  12. The <b>END</b> key can be bound to one of these commands:
  13. <ul>
  14. <li><b>Go to End of Line</b>
  15. <li><b>Go to End of White Space</b>
  16. <li><b>Go to End of Buffer</b>
  17. <li><b>Smart End</b> (default three-keystroke behavior)
  18. </ul>
  19. There are corresponding "Select to..." commands that can be bound to
  20. <b>S+HOME</b> and <b>S+END</b> too.
  21. </body></html>