File tree 3 files changed +5
-0
lines changed
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 43
43
[mergetool "meld"]
44
44
cmd = meld "$LOCAL" "$MERGED" "$REMOTE" --output "$MERGED"
45
45
46
+ [checkout]
47
+ defaultRemote = origin
Original file line number Diff line number Diff line change @@ -119,6 +119,8 @@ autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o
119
119
120
120
" vimtex default flavor, rather than default plain
121
121
let g: tex_flavor = ' latex'
122
+ " please don't conceal things!
123
+ let g: vimtex_syntax_conceal_default = 0
122
124
123
125
" Vimwiki include pgn files with {{pgn:path/to.pgn}}
124
126
function ! VimwikiWikiIncludeHandler (value)
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ export HISTFILE="$HOME/.zsh_history"
7
7
export HISTSIZE=9999999
8
8
export SAVEHIST=$HISTSIZE
9
9
10
+ # manually import history with `fc -RI`
10
11
unsetopt SHARE_HISTORY
11
12
setopt INC_APPEND_HISTORY
12
13
setopt HIST_FIND_NO_DUPS
You can’t perform that action at this time.
0 commit comments