Skip to content

Instantly share code, notes, and snippets.

@p-
Last active December 27, 2017 13:03
Show Gist options
  • Save p-/7f89604748b2e0f066e97f57924ba959 to your computer and use it in GitHub Desktop.
Save p-/7f89604748b2e0f066e97f57924ba959 to your computer and use it in GitHub Desktop.
Eclipse keybindings for Kate
[Shortcuts]
# some Eclipse keybindings for Kate (text editor)
# Import: Settings/Configure Shortcuts -> Details -> More Actions -> Import Scheme...
delete_line=Ctrl+D
tools_comment=Ctrl+Shift+C
go_goto_line=Ctrl+L
file_save_all=Ctrl+Shift+S
file_save_as=Ctrl+Alt+S
search_in_files=Ctrl+H
# unbind
edit_find_selected=none
tools_uppercase=Ctrl+Shift+X
tools_lowercase=Ctrl+Shift+Y
tools_join_lines=Ctrl+Alt+J
tools_scripts_moveLinesDown=Alt+Down
tools_scripts_moveLinesUp=Alt+Up
# unbind
filetree_next_document=none
filetree_prev_document=none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment