Mercurial > dotfiles
changeset 504:015e94f44cc0
Merged changes.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 30 Sep 2020 21:17:47 -0700 |
parents | 35094cf31de4 (diff) 823b7336639a (current diff) |
children | c19fd52542ba |
files | .hgignore |
diffstat | 6 files changed, 22 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgignore Thu Sep 24 23:20:11 2020 -0700 +++ b/.hgignore Wed Sep 30 21:17:47 2020 -0700 @@ -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
--- a/hgrc/hgignore Thu Sep 24 23:20:11 2020 -0700 +++ b/hgrc/hgignore Wed Sep 30 21:17:47 2020 -0700 @@ -5,6 +5,9 @@ *.orig *.egg-info tags +tags.files +tags.lock +tags.temp .DS_Store Thumbs.db __pycache__
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/iterm2/tmux-256color-italic.terminfo Wed Sep 30 21:17:47 2020 -0700 @@ -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,
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/iterm2/xterm-256color-italic.terminfo Wed Sep 30 21:17:47 2020 -0700 @@ -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,
--- a/mutt/fastmailrc Thu Sep 24 23:20:11 2020 -0700 +++ b/mutt/fastmailrc Wed Sep 30 21:17:47 2020 -0700 @@ -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
--- a/tridactyl/tridactylrc Thu Sep 24 23:20:11 2020 -0700 +++ b/tridactyl/tridactylrc Wed Sep 30 21:17:47 2020 -0700 @@ -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 <F1> buffer # + +bind j scrollline 20 +bind k scrollline -20