This commit is contained in:
Henrik Bakken
2020-05-29 19:43:04 +02:00
parent 17f603c6a4
commit 761fbccaac
4 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -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
+4
View File
@@ -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 <buffer><silent> <leader>p :call mdip#MarkdownClipboardImage()<CR>
" peekaboo
let g:peekaboo_window='vert bo 80new'
let g:peekaboo_delay=1000
+5
View File
@@ -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
+3
View File
@@ -34,6 +34,9 @@ map [fullscreen] <C-y> scroll up
map [normal] R rotate rotate-ccw
map [fullscreen] R rotate rotate-ccw
map [normal] c recolor
map [fullscreen] c recolor
map [normal] <PageUp> navigate previous
map [fullscreen] <PageUp> navigate previous
map [normal] <PageDown> navigate next