Shortcuts for moving windows

This commit is contained in:
Kovid Goyal
2016-12-08 12:23:12 +05:30
parent b61d77f868
commit 32d73cfaf0
3 changed files with 21 additions and 1 deletions

View File

@@ -140,9 +140,11 @@ map ctrl+shift+end scroll_end
# Window management
map ctrl+shift+enter new_window
map ctrl+shift+w close_window
map ctrl+shift+] next_window
map ctrl+shift+[ previous_window
map ctrl+shift+w close_window
map ctrl+shift+f move_window_forward
map ctrl+shift+b move_window_backward
map ctrl+shift+1 first_window
map ctrl+shift+2 second_window
map ctrl+shift+3 third_window