File: k_java.fte

package info (click to toggle)
efte 1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,800 kB
  • sloc: cpp: 43,587; ansic: 1,228; makefile: 271; objc: 92; sh: 40
file content (14 lines) | stat: -rw-r--r-- 478 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# additional keybindings for JAVA mode
# included from ../ui.fte

eventmap JAVA {
    key       [C+E_0]   { JAVA_Base }

    key       [Tab]     { LineIndent; LineTrim }
    key       [G-Enter] { LineIndent; LineNew; LineIndent }
    key       [{]       { SelfInsert; LineIndent }
    key       [}]       { SelfInsert; LineIndent }
    key       [:]       { SelfInsert; LineIndent }
    key       [#]       { SelfInsert; LineIndent }
    key       [A+\\]    { BlockReIndent }
}