export TERM=xterm-256color
+ulimit -c unlimited
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
export FZF_CTRL_T_OPTS="--preview 'bat --style=numbers --color=always --line-range :500 {}'"
+
- BOOST_FOREACH
IncludeBlocks: Regroup
IncludeCategories:
- - Regex: '^<ext/.*\.h>'
- Priority: 2
- Regex: '^<.*\.h>'
Priority: 1
- Regex: '^<.*'
Priority: 2
- - Regex: '.*'
+ - Regex: '^"common/.*"'
Priority: 3
+ - Regex: '.*'
+ Priority: 4
IncludeIsMainRegex: '([-_](test|unittest))?$'
IndentCaseLabels: true
IndentPPDirectives: None
# Improve colours
-set -g default-terminal 'xterm-256colour'
+set -g default-terminal 'xterm-256color'
# Set scrollback buffer to 10000
set -g history-limit 10000
-# remap prefix from 'C-b' to 'C-z'
+# when turned on, would cause issue at copy mode in gitBash
+set -g mouse off
+
+# remap prefix from 'C-b' to 'C-a'
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
set-window-option -g monitor-activity off
set-option -g bell-action none
-set -g default-terminal "screen-256colour"
-
# The modes {
setw -g clock-mode-colour colour135