This file contains 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
[color] | |
diff = auto | |
ui = auto | |
[color "branch"] | |
current = yellow reverse | |
local = yellow | |
remote = green | |
[color "diff"] | |
meta = yellow bold | |
frag = magenta bold |
This file contains 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
#-- base --# | |
unbind C-b | |
set -g prefix 'C-\' | |
bind 'C-\' send-prefix | |
set -g default-terminal "screen-256color" | |
set -g display-time 3000 | |
set -g history-limit 10000 | |
set -g base-index 1 | |
set -g pane-base-index 1 |
This file contains 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
<?xml version="1.0"?> | |
<root> | |
<item> | |
<name>Private</name> | |
<!-- =============================================================== --> | |
<item> | |
<name>Key Swap</namw> | |
<item> | |
<name>Fn+Tab to CapsLock</name> | |
<identifier>private.fn_tab_to_capslock</identifier> |