Paste #270716

   
pasted on 18.09.2023 16:17
  • Edit to this paste
  • Print
  • Raw
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# This file is written in HOCON (Human-Optimized Config Object Notation) format. 
# For more information about HOCON see https://github.com/lightbend/config/blob/master/HOCON.md
# https://centic9.github.io/IntelliJ-Action-IDs/

bindings {
    s {
        description: Scratches And Consoles
        actionId: Scratch.ShowFilesPopup
    }
    q {
        description: Session...
        bindings {
          a {
            description: Ataman...
            bindings {
              f {actionId: OpenAtamanConfigAction, description: Open ~/.atamanrc.config}
              i {actionId: ReloadAtamanConfigAction, description: Reload from ~/.atamanrc.config}
            }
          }
          p {actionId: WelcomeScreen.Plugins, description: Plugins}
          r {actionId: RestartIde, description: Restart}
          R {actionId: InvalidateCaches, description: Invalidate Caches And Restart}
          q {actionId: CloseProject, description: Close Project}
          Q {actionId: Exit, description: Exit}
        }
    }
    w {
        description: Window...
        bindings {
          v {actionId: SplitVertically, description: Split right}
          q {actionId: Unsplit, description: Unsplit}
          h {actionId: PrevSplitter, description: Prev Splitter}
          l {actionId: NextSplitter, description: Next Splitter}
          o {actionId: OpenEditorInOppositeTabGroup, description: Open In Opposite Group}
        }
    }
    g {
        description: Git...
        bindings {
          b {actionId: Git.Branches, description: Show Branches}
          c {actionId: Vcs.Show.Local.Changes, description: Show Changes}
          f {actionId: Git.Fetch, description: Fetch}
          F {actionId: Git.Pull, description: Pull}
          g {actionId: Github.Open.In.Browser, description: Open on github}
          m {actionId: Git.Configure.Remotes, description: Manage remotes}
          r {actionId: Git.Rebase, description: Rebase}
          s {actionId: Git.Stash, description: Stash}
          S {actionId: Git.Unstash, description: UnStash}
          l {actionId: Vcs.Show.Log, description: Show Log}
        }
  }
}
Add Comment
Author