Change default keybindings
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Wed, 25 Jan 2017 18:17:38 +0000 (19:17 +0100)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Wed, 25 Jan 2017 18:17:38 +0000 (19:17 +0100)
commit20f713548de451b67db3306cf8cf7b2f38fee05c
treed71ffccca7129b5fd31190e9aaac5ae91825f695
parente2ee5ee6114eb74bb08cb9abe5a3020203e92688
Change default keybindings

CTRL+SHIFT is an impossible combination in the terminal world
(0x20 | x & 0x1F), so it is perfect to be used for internals
shortcuts of terminals, and being a double combination
reduces the prossibility of having comflicts.
config.def.h