diff --git a/i3/config b/i3/config index 9718723..49ef1ec 100644 --- a/i3/config +++ b/i3/config @@ -77,7 +77,7 @@ bindsym $mod++Shift+F4 exec terminal -e 'ncspot' bindsym $mod+t exec --no-startup-id pkill picom bindsym $mod+Shift+t exec --no-startup-id picom -b bindsym $mod+Shift+d --release exec "killall dunst; exec notify-send 'restart dunst'" -bindsym $mod+F12 --release exec --no-startup-id i3-scrot -s +bindsym $mod+Shift+s --release exec --no-startup-id flameshot gui bindsym $mod+Ctrl+x --release exec --no-startup-id xkill # change focus diff --git a/nvim/init.vim b/nvim/init.vim index 2200ee8..0a25489 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -19,6 +19,7 @@ Plug 'tpope/vim-fugitive' " markdown Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() } } Plug 'plasticboy/vim-markdown' " markdown helper. +Plug 'ferrine/md-img-paste.vim' " helpers Plug 'scrooloose/nerdcommenter' " commenting tool Plug 'tpope/vim-surround' " parentheses helper @@ -344,6 +345,9 @@ let g:mkdp_preview_options={ " sync_scroll_type: 'middle', 'top' or 'relative' " hide_yaml_meta: if hide yaml metadata, default is 1 +" md-img-paste +autocmd FileType markdown nmap p :call mdip#MarkdownClipboardImage() + " peekaboo let g:peekaboo_window='vert bo 80new' let g:peekaboo_delay=1000 diff --git a/root/.gitconfig b/root/.gitconfig index 00d9860..3f68a20 100644 --- a/root/.gitconfig +++ b/root/.gitconfig @@ -5,3 +5,8 @@ [user] name = Henrik Bakken email = bakken.henrik@gmail.com +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true diff --git a/zathurarc b/zathurarc index 81e4ea9..b02b317 100644 --- a/zathurarc +++ b/zathurarc @@ -34,6 +34,9 @@ map [fullscreen] scroll up map [normal] R rotate rotate-ccw map [fullscreen] R rotate rotate-ccw +map [normal] c recolor +map [fullscreen] c recolor + map [normal] navigate previous map [fullscreen] navigate previous map [normal] navigate next