Skip to content

Instantly share code, notes, and snippets.

@tjayr
Created September 17, 2013 09:37
Show Gist options
  • Save tjayr/6592171 to your computer and use it in GitHub Desktop.
Save tjayr/6592171 to your computer and use it in GitHub Desktop.
Use this binding to enable cursor key navigation of projects in the Package Explorer/Project Explorer panes in Eclipse on Linux. Save to the file ~/.gtkrc-2.0 (aka as /home/<user>/.gtkrc-2.0 ) Restart any running Eclipse instances for changes to take effect.
binding "gtk-binding-tree-view" {
bind "Left" { "expand-collapse-cursor-row" (0,0,0) }
bind "Right" { "expand-collapse-cursor-row" (0,1,0) }
}
class "GtkTreeView" binding "gtk-binding-tree-view"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment