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" \
|
||||
fzfscripts="fzf_nav /home/$(whoami)/.config/scripts" \
|
||||
ls="exa -al --group-directories-first" \
|
||||
sched="cat ~/Documents/schedule.txt" \
|
||||
fzf="fzf --cycle --reverse" \
|
||||
diff="diff --color=auto" \
|
||||
grep="grep --color=auto" \
|
||||
|
|
|
@ -12,18 +12,18 @@ silent! normal! zE
|
|||
6,8fold
|
||||
10,15fold
|
||||
17,27fold
|
||||
29,55fold
|
||||
57,61fold
|
||||
63,77fold
|
||||
79,109fold
|
||||
111,117fold
|
||||
29,56fold
|
||||
58,62fold
|
||||
64,78fold
|
||||
80,110fold
|
||||
112,118fold
|
||||
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
|
||||
keepjumps exe s:l
|
||||
normal! zt
|
||||
keepjumps 1
|
||||
normal! 0
|
||||
normal! 05|
|
||||
let &g:so = s:so_save | let &g:siso = s:siso_save
|
||||
set hlsearch
|
||||
nohlsearch
|
||||
|
|
Loading…
Reference in a new issue