Shortcut to move window to top

This commit is contained in:
Kovid Goyal
2016-12-08 12:34:40 +05:30
parent 32d73cfaf0
commit 9d75d91f47
3 changed files with 7 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# vim:fileencoding=utf-8:ft=config
# vim:fileencoding=utf-8:ft=conf
# Font family
font_family monospace
@@ -145,6 +145,7 @@ map ctrl+shift+] next_window
map ctrl+shift+[ previous_window
map ctrl+shift+f move_window_forward
map ctrl+shift+b move_window_backward
map ctrl+shift+` move_window_to_top
map ctrl+shift+1 first_window
map ctrl+shift+2 second_window
map ctrl+shift+3 third_window