File tree Expand file tree Collapse file tree 4 files changed +46
-2
lines changed Expand file tree Collapse file tree 4 files changed +46
-2
lines changed Original file line number Diff line number Diff line change 1+ set clipboard+=unnamed,unnamedplus
2+
3+ sethandler <S-CR> a:ide
4+ sethandler <S-Left> a:ide
5+ sethandler <S-Up> a:ide
6+ sethandler <S-Right> a:ide
7+ sethandler <S-Down> a:ide
8+ sethandler <C-2> a:ide
9+ sethandler <C-S-2> a:ide
10+ sethandler <C-6> a:ide
11+ sethandler <C-S-6> a:ide
12+ sethandler <C-A> a:ide
13+ sethandler <C-B> a:ide
14+ sethandler <C-C> a:ide
15+ sethandler <C-D> a:ide
16+ sethandler <C-E> a:ide
17+ sethandler <C-F> a:ide
18+ sethandler <C-G> a:ide
19+ sethandler <C-H> a:ide
20+ sethandler <C-I> a:ide
21+ sethandler <C-J> a:ide
22+ sethandler <C-K> a:ide
23+ sethandler <C-L> a:ide
24+ sethandler <C-M> a:ide
25+ sethandler <C-N> a:ide
26+ sethandler <C-O> a:ide
27+ sethandler <C-P> a:ide
28+ sethandler <C-R> a:ide
29+ sethandler <C-S> a:ide
30+ sethandler <C-T> a:ide
31+ sethandler <C-V> a:ide
32+ sethandler <C-W> a:ide
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ command -v ll
2121function sudo() { echo " + sudo ${@ } " >&2 ; command sudo " ${@ } " ; }
2222function make() { echo " + make ${@ } " >&2 ; command make " ${@ } " ; }
2323
24+ which -a vim
25+
2426# ## watch
2527watch -x bash -ic " my-alias"
2628alias watch=" watch "
Original file line number Diff line number Diff line change 1- syntax on
21set termguicolors
3- set background = dark
2+ highlight Normal guibg = # 1 E1E1E guifg = #D4D4D4
Original file line number Diff line number Diff line change 1+ ######################################################################
2+
3+ set termguicolors
4+ set background = dark
5+
6+ ######################################################################
7+
8+ set termguicolors
9+ highlight Normal guibg= #1 E1E1E guifg= #D4D4D4
10+
11+ ######################################################################
You can’t perform that action at this time.
0 commit comments