From ae65dcf7fbfb1ad7732c9fecab2c2f3c4a8225b6 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Fri, 2 Jun 2023 08:39:24 -0600 Subject: [PATCH] schedule --- bashrc | 1 + vim/view/~=+.config=+bashrc= | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/bashrc b/bashrc index 28b4691..7fdebc3 100644 --- a/bashrc +++ b/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" \ diff --git a/vim/view/~=+.config=+bashrc= b/vim/view/~=+.config=+bashrc= index f109a2c..4223b13 100644 --- a/vim/view/~=+.config=+bashrc= +++ b/vim/view/~=+.config=+bashrc= @@ -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