Bind ctrl-up/down to just move up or down by default

This prevents insertion of weird characters when ctrl-up/down are
pressed.
This commit is contained in:
Nathan Sobo
2015-07-28 11:09:34 -06:00
parent a8fb2fb20a
commit 8698f2285d
3 changed files with 6 additions and 0 deletions

View File

@@ -51,6 +51,8 @@
'ctrl-shift-tab': 'pane:show-previous-item'
'ctrl-pageup': 'pane:show-previous-item'
'ctrl-pagedown': 'pane:show-next-item'
'ctrl-up': 'core:move-up'
'ctrl-down': 'core:move-down'
'ctrl-shift-up': 'core:move-up'
'ctrl-shift-down': 'core:move-down'
'ctrl-=': 'window:increase-font-size'