# HG changeset patch # User Ludovic Chabant # Date 1636746974 28800 # Node ID 45245f87b9bfd70d0dcea534f0b06964abb9f628 # Parent ea3aeb55fca27bb213749cd2b38799bbdd5b7e3a# Parent c19fd52542ba6fd7f91886364c57d5f3dd2fba3f Merged changes. diff -r ea3aeb55fca2 -r 45245f87b9bf .hgignore --- a/.hgignore Fri Nov 12 10:52:14 2021 -0800 +++ b/.hgignore Fri Nov 12 11:56:14 2021 -0800 @@ -15,10 +15,10 @@ vim/bundle/ vim/fzf-history/ vim/local/ +vim/fzf-history/ weechat/logs weechat/*.log -mutt/*.gpg -mutt/variables +mutt/variables* pentadactyl/.pentadactyl pentadactyl/info qutebrowser/data diff -r ea3aeb55fca2 -r 45245f87b9bf hgrc/hgignore --- a/hgrc/hgignore Fri Nov 12 10:52:14 2021 -0800 +++ b/hgrc/hgignore Fri Nov 12 11:56:14 2021 -0800 @@ -5,6 +5,9 @@ *.orig *.egg-info tags +tags.files +tags.lock +tags.temp .DS_Store Thumbs.db __pycache__ diff -r ea3aeb55fca2 -r 45245f87b9bf install.cfg --- a/install.cfg Fri Nov 12 10:52:14 2021 -0800 +++ b/install.cfg Fri Nov 12 11:56:14 2021 -0800 @@ -3,14 +3,14 @@ lib/fzf = [git]https://github.com/junegunn/fzf.git -lib/hg/allpaths = https://hg.sr.ht/~ludovicchabant/allpaths -lib/hg/fast-hg-prompt = https://hg.sr.ht/~ludovicchabant/fast-hg-prompt +lib/hg/allpaths = https://hg.bolt80.com/hg-allpaths +lib/hg/fast-hg-prompt = https://hg.bolt80.com/fast-hg-prompt lib/hg/hg-git = https://foss.heptapod.net/mercurial/hg-git -lib/hg/hg-git-sync = https://hg.sr.ht/~ludovicchabant/hg-git-sync +lib/hg/hg-git-sync = https://hg.bolt80.com/hg-git-sync lib/hg/hg-prompt = https://hg.stevelosh.com/hg-prompt lib/hg/mercurial-cli-templates = https://hg.stevelosh.com/mercurial-cli-templates lib/hg/evolve = https://www.mercurial-scm.org/repo/evolve -lib/hg/onsub = https://hg.sr.ht/~ludovicchabant/onsub +lib/hg/onsub = https://hg.bolt80.com/hg-onsub lib/iterm2/color-schemes = [git]https://github.com/mbadolato/iTerm2-Color-Schemes.git @@ -28,17 +28,17 @@ fzf = [git]https://github.com/junegunn/fzf.vim.git goyo = [git]https://github.com/junegunn/goyo.vim.git gundo = https://hg.stevelosh.com/gundo.vim -gutentags = https://hg.sr.ht/~ludovicchabant/vim-gutentags +gutentags = https://hg.bolt80.com/vim-gutentags interestingwords = [git]https://github.com/vasconcelloslf/vim-interestingwords.git jinja = [git]https://github.com/mitsuhiko/vim-jinja.git -lawrencium = https://hg.sr.ht/~ludovicchabant/vim-lawrencium +lawrencium = https://hg.bolt80.com/vim-lawrencium less = [git]https://github.com/groenewege/vim-less.git lightline = [git]https://github.com/itchyny/lightline.vim.git linediff = [git]https://github.com/AndrewRadev/linediff.vim.git markdown = [git]https://github.com/tpope/vim-markdown.git nerdtree = [git]https://github.com/scrooloose/nerdtree.git pathogen = [git]https://github.com/tpope/vim-pathogen.git -piecrust = https://hg.sr.ht/~ludovicchabant/vim-piecrust +piecrust = https://hg.bolt80.com/vim-piecrust projectroot = [git]https://github.com/dbakker/vim-projectroot.git python-pep8-indent = [git]https://github.com/hynek/vim-python-pep8-indent.git pythonmode = [git]https://github.com/klen/python-mode.git diff -r ea3aeb55fca2 -r 45245f87b9bf iterm2/tmux-256color-italic.terminfo --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/iterm2/tmux-256color-italic.terminfo Fri Nov 12 11:56:14 2021 -0800 @@ -0,0 +1,4 @@ +# Borrowed from: https://alexpearce.me/2014/05/italics-in-iterm2-vim-tmux/ +tmux-256color-italic|screen with 256 colors and italic, + ritm=\E[23m, rmso=\E[27m, sitm=\E[3m, smso=\E[7m, + use=xterm-256color, diff -r ea3aeb55fca2 -r 45245f87b9bf iterm2/xterm-256color-italic.terminfo --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/iterm2/xterm-256color-italic.terminfo Fri Nov 12 11:56:14 2021 -0800 @@ -0,0 +1,4 @@ +# Borrowed from: https://alexpearce.me/2014/05/italics-in-iterm2-vim-tmux/ +xterm-256color-italic|xterm with 256 colors and italic, + sitm=\E[3m, ritm=\E[23m, + use=xterm-256color, diff -r ea3aeb55fca2 -r 45245f87b9bf mutt/fastmailrc --- a/mutt/fastmailrc Fri Nov 12 10:52:14 2021 -0800 +++ b/mutt/fastmailrc Fri Nov 12 11:56:14 2021 -0800 @@ -30,7 +30,9 @@ set ssl_starttls = no set imap_check_subscribed +set imap_list_subscribed + set imap_idle - +#unset imap_passive # vim: ft=muttrc diff -r ea3aeb55fca2 -r 45245f87b9bf tridactyl/tridactylrc --- a/tridactyl/tridactylrc Fri Nov 12 10:52:14 2021 -0800 +++ b/tridactyl/tridactylrc Fri Nov 12 11:56:14 2021 -0800 @@ -7,6 +7,9 @@ set hintfiltermode vimperator-reflow set hintnames numeric +bind j scrollline 20 +bind k scrollline -20 + bind J tabprev bind K tabnext @@ -14,3 +17,6 @@ bind > tabmove +1 bind buffer # + +bind j scrollline 20 +bind k scrollline -20