make pressing j to go down no longer annoying

This commit is contained in:
randomuser 2021-07-16 15:38:36 -05:00
parent 68c544ca10
commit c348631ea3
1 changed files with 4 additions and 3 deletions

View File

@ -26,9 +26,10 @@ set input-autohide=true
nnoremap : ; nnoremap : ;
nnoremap ; : nnoremap ; :
nmap je ;set scripts=on<CR> # disable/enable/toggle js
nmap jd ;set scripts=off<CR> nmap sje ;set scripts=on<CR>
nmap jt ;set scripts!<CR> nmap sjd ;set scripts=off<CR>
nmap sjt ;set scripts!<CR>
# start a "less protected" school version of the browser # start a "less protected" school version of the browser
nmap se ;source ~/.config/vimb/school nmap se ;source ~/.config/vimb/school