schedule
This commit is contained in:
parent
4a073662b9
commit
ae65dcf7fb
2 changed files with 8 additions and 7 deletions
1
bashrc
1
bashrc
|
@ -43,6 +43,7 @@ alias \
|
||||||
ent="cd /mnt/Entr/ && ls" \
|
ent="cd /mnt/Entr/ && ls" \
|
||||||
fzfscripts="fzf_nav /home/$(whoami)/.config/scripts" \
|
fzfscripts="fzf_nav /home/$(whoami)/.config/scripts" \
|
||||||
ls="exa -al --group-directories-first" \
|
ls="exa -al --group-directories-first" \
|
||||||
|
sched="cat ~/Documents/schedule.txt" \
|
||||||
fzf="fzf --cycle --reverse" \
|
fzf="fzf --cycle --reverse" \
|
||||||
diff="diff --color=auto" \
|
diff="diff --color=auto" \
|
||||||
grep="grep --color=auto" \
|
grep="grep --color=auto" \
|
||||||
|
|
|
@ -12,18 +12,18 @@ silent! normal! zE
|
||||||
6,8fold
|
6,8fold
|
||||||
10,15fold
|
10,15fold
|
||||||
17,27fold
|
17,27fold
|
||||||
29,55fold
|
29,56fold
|
||||||
57,61fold
|
58,62fold
|
||||||
63,77fold
|
64,78fold
|
||||||
79,109fold
|
80,110fold
|
||||||
111,117fold
|
112,118fold
|
||||||
let &fdl = &fdl
|
let &fdl = &fdl
|
||||||
let s:l = 1 - ((0 * winheight(0) + 19) / 38)
|
let s:l = 1 - ((0 * winheight(0) + 13) / 26)
|
||||||
if s:l < 1 | let s:l = 1 | endif
|
if s:l < 1 | let s:l = 1 | endif
|
||||||
keepjumps exe s:l
|
keepjumps exe s:l
|
||||||
normal! zt
|
normal! zt
|
||||||
keepjumps 1
|
keepjumps 1
|
||||||
normal! 0
|
normal! 05|
|
||||||
let &g:so = s:so_save | let &g:siso = s:siso_save
|
let &g:so = s:so_save | let &g:siso = s:siso_save
|
||||||
set hlsearch
|
set hlsearch
|
||||||
nohlsearch
|
nohlsearch
|
||||||
|
|
Loading…
Reference in a new issue