Skip to content

Commit

Permalink
kdevelop: More vim-like shortucts
Browse files Browse the repository at this point in the history
  • Loading branch information
JIghtuse committed Aug 24, 2016
1 parent b06b62a commit 9defe06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kde/.config/kdevelop.shortcuts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ move_line_up=Up
move_top_of_view=Ctrl+PgUp
new_from_template=none
new_session=none
next_context=Meta+Right
next_context=Meta+J
next_error=F4
next_use=Meta+Shift+Right
options_configure=none
Expand All @@ -111,7 +111,7 @@ options_configure_toolbars=none
options_show_statusbar=none
outline_line=none
prev_error=Shift+F4
previous_context=Meta+Left
previous_context=Meta+K
previous_use=Meta+Shift+Left
project_build=F8
project_buildall=none
Expand All @@ -136,9 +136,9 @@ quick_open_function=Ctrl+Alt+M
quick_open_jump_declaration=Ctrl+.
quick_open_jump_definition=Ctrl+,
quick_open_line=none
quick_open_next_function=Ctrl+Alt+PgDown
quick_open_next_function=Ctrl+Alt+J
quick_open_outline=Ctrl+Alt+N
quick_open_prev_function=Ctrl+Alt+PgUp
quick_open_prev_function=Ctrl+Alt+K
quit=Ctrl+Q
rename_session=none
run_all_tests=none
Expand Down

0 comments on commit 9defe06

Please sign in to comment.