This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // WindowEvents.cpp : Defines the entry point for the application. | |
| // | |
| #pragma once | |
| // Windows Header Files | |
| #include <windows.h> | |
| #include <wtsapi32.h> | |
| #pragma comment(lib,"wtsapi32.lib") | |
| // C RunTime Header Files |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| unbind C-b | |
| set -g prefix C-a | |
| bind C-a send-prefix | |
| set -g set-titles on | |
| set -g set-titles-string '#T' | |
| bind-key C-Left swap-window -t -1 | |
| bind-key C-Right swap-window -t +1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| !bt | |
| !qb | |
| !ut | |
| #24 | |
| #ib | |
| #sc | |
| #st | |
| $#! | |
| $$$ | |
| $00 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [global_config] | |
| always_on_top = True | |
| enabled_plugins = InactivityWatch, LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler | |
| focus = mouse | |
| handle_size = 1 | |
| sticky = True | |
| tab_position = top | |
| [keybindings] | |
| cycle_next = <Primary>Page_Down | |
| cycle_prev = <Primary>Page_Up |