summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2021-03-09 15:47:25 +0000
committerUrbain Vaes <urbain@vaes.uk>2021-03-09 15:47:25 +0000
commitbdb0747e1224070933140acdfb3003adebb3855e (patch)
tree6a650f856529ecd6888c6bf49fe6211a01a6a7f0
parentc3d26cf7c146b153de1d845e1875c37d305beb42 (diff)
Minor changes
-rw-r--r--feh/.config/feh/keys3
-rw-r--r--mbsync/.mbsyncrc64
-rw-r--r--qutebrowser/.config/qutebrowser/config.py1
-rw-r--r--vim/.vimrc7
4 files changed, 40 insertions, 35 deletions
diff --git a/feh/.config/feh/keys b/feh/.config/feh/keys
index 3528efa..da4cfd2 100644
--- a/feh/.config/feh/keys
+++ b/feh/.config/feh/keys
@@ -15,3 +15,6 @@ zoom_fit a
orient_1 r
reload_image R
+
+next_img n
+prev_img p
diff --git a/mbsync/.mbsyncrc b/mbsync/.mbsyncrc
index 6654750..4317bd1 100644
--- a/mbsync/.mbsyncrc
+++ b/mbsync/.mbsyncrc
@@ -46,65 +46,65 @@ MaildirStore Misc-local
Path ~/.mail/Misc/
Channel Inria-inbox
-Master :Inria-remote:"INBOX"
-Slave :Inria-local:"Inria"
+Far :Inria-remote:"INBOX"
+Near :Inria-local:"Inria"
Channel Inria-draft
-Master :Inria-remote:"Drafts"
-Slave :Inria-local:"Inria.drafts"
+Far :Inria-remote:"Drafts"
+Near :Inria-local:"Inria.drafts"
Channel Inria-sent
-Master :Inria-remote:"Sent"
-Slave :Inria-local:"Inria.sent"
+Far :Inria-remote:"Sent"
+Near :Inria-local:"Inria.sent"
Channel Inria-bin
-Master :Inria-remote:"Trash"
-Slave :Inria-local:"Inria.bin"
+Far :Inria-remote:"Trash"
+Near :Inria-local:"Inria.bin"
Channel Inria-archive
-Master :Inria-remote:"Archive"
-Slave :Inria-local:"Inria.archive"
+Far :Inria-remote:"Archive"
+Near :Inria-local:"Inria.archive"
Channel Enpc-inbox
-Master :Enpc-remote:"INBOX"
-Slave :Enpc-local:"Enpc"
+Far :Enpc-remote:"INBOX"
+Near :Enpc-local:"Enpc"
Channel Enpc-draft
-Master :Enpc-remote:"Drafts"
-Slave :Enpc-local:"Enpc.drafts"
+Far :Enpc-remote:"Drafts"
+Near :Enpc-local:"Enpc.drafts"
Channel Enpc-sent
-Master :Enpc-remote:"Sent"
-Slave :Enpc-local:"Enpc.sent"
+Far :Enpc-remote:"Sent"
+Near :Enpc-local:"Enpc.sent"
Channel Enpc-bin
-Master :Enpc-remote:"Trash"
-Slave :Enpc-local:"Enpc.bin"
+Far :Enpc-remote:"Trash"
+Near :Enpc-local:"Enpc.bin"
Channel Enpc-archive
-Master :Enpc-remote:"Archive"
-Slave :Enpc-local:"Enpc.archive"
+Far :Enpc-remote:"Archive"
+Near :Enpc-local:"Enpc.archive"
Channel Personal-inbox
-Master :Personal-remote:"INBOX"
-Slave :Personal-local:"Personal"
+Far :Personal-remote:"INBOX"
+Near :Personal-local:"Personal"
Channel Personal-draft
-Master :Personal-remote:"Drafts"
-Slave :Personal-local:"Personal.drafts"
+Far :Personal-remote:"Drafts"
+Near :Personal-local:"Personal.drafts"
Channel Personal-sent
-Master :Personal-remote:"Sent"
-Slave :Personal-local:"Personal.sent"
+Far :Personal-remote:"Sent"
+Near :Personal-local:"Personal.sent"
Channel Personal-bin
-Master :Personal-remote:"Trash"
-Slave :Personal-local:"Personal.bin"
+Far :Personal-remote:"Trash"
+Near :Personal-local:"Personal.bin"
Channel Personal-rss
-Master :Personal-remote:"rss"
-Slave :Misc-local:"rss"
+Far :Personal-remote:"rss"
+Near :Misc-local:"rss"
Channel Personal-lists
-Master :Personal-remote:"lists"
-Slave :Misc-local:"lists"
+Far :Personal-remote:"lists"
+Near :Misc-local:"lists"
diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py
index 9ab12f4..5a64ec6 100644
--- a/qutebrowser/.config/qutebrowser/config.py
+++ b/qutebrowser/.config/qutebrowser/config.py
@@ -8,6 +8,7 @@ from qutebrowser.api import interceptor
# Avoid linter errors
c = c
config = config
+config.load_autoconfig(False)
def filter_yt(info: interceptor.Request):
diff --git a/vim/.vimrc b/vim/.vimrc
index 813835f..598d5d0 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -59,7 +59,7 @@ Plug 'vim-scripts/gmsh.vim'
Plug 'wellle/targets.vim'
if isdirectory($HOME."/dotfiles/plugins")
- Plug '~/dotfiles/plugins/vim-remembrall'
+ " Plug '~/dotfiles/plugins/vim-remembrall'
Plug '~/dotfiles/plugins/vim-tmux-pilot'
Plug '~/dotfiles/plugins/vim-ripple'
Plug '~/dotfiles/plugins/vim-darjeeling'
@@ -71,7 +71,7 @@ if has("nvim")
endif
if has("nvim") && hostname() != "peuplier"
- Plug 'neovim/nvim-lsp'
+ " Plug 'neovim/nvim-lsp'
endif
" Colors
@@ -313,7 +313,7 @@ nnoremap goT :call system('urxvt -cd '.expand("%:p:h").' &')<cr>
nnoremap gof :call system('urxvt -e vifm '.getcwd().' '.getcwd().' &')<cr>
nnoremap goF :call system('urxvt -e vifm '.expand("%:p:h").' '.expand("%:p:h").' &')<cr>
-nnoremap <LocalLeader>h :e %:p:s,.hpp$,.X123X,:s,.cpp$,.hpp,:s,.X123X$,.cpp,<cr>
+nnoremap \h :e %:p:s,.hpp$,.X123X,:s,.cpp$,.hpp,:s,.X123X$,.cpp,<cr>
nnoremap Y y$
nnoremap <Leader>fw :%s/\s\+$//<cr>
@@ -372,6 +372,7 @@ augroup vimrc
autocmd FileType gnuplot setlocal commentstring=#%s
autocmd FileType gnuplot setlocal makeprg=gnuplot\ %
autocmd FileType python setlocal makeprg=python\ %
+ autocmd FileType julia setlocal makeprg=julia\ %
autocmd FileType tex setlocal spell spelllang=en_us
" Dirvish