git clone \
https://github.com/chriskempson/base16-shell.git \
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
| # Modifes default keybindings to be friendlier with Emacs; anything | |
| # that used the Meta key uses Mod4 (Super/Windows key). The only | |
| # keybinding that had to be changed explicitly is menu-cmd (C-slash). | |
| unbind-key all | |
| unbind-mouse all | |
| bind-key C4-Return terminal | |
| bind-key C4-Delete lock | |
| bind-key 4-question menu-exec |