updates
This commit is contained in:
@@ -77,7 +77,7 @@ bindsym $mod++Shift+F4 exec terminal -e 'ncspot'
|
|||||||
bindsym $mod+t exec --no-startup-id pkill picom
|
bindsym $mod+t exec --no-startup-id pkill picom
|
||||||
bindsym $mod+Shift+t exec --no-startup-id picom -b
|
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+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
|
bindsym $mod+Ctrl+x --release exec --no-startup-id xkill
|
||||||
|
|
||||||
# change focus
|
# change focus
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ Plug 'tpope/vim-fugitive'
|
|||||||
" markdown
|
" markdown
|
||||||
Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() } }
|
Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() } }
|
||||||
Plug 'plasticboy/vim-markdown' " markdown helper.
|
Plug 'plasticboy/vim-markdown' " markdown helper.
|
||||||
|
Plug 'ferrine/md-img-paste.vim'
|
||||||
" helpers
|
" helpers
|
||||||
Plug 'scrooloose/nerdcommenter' " commenting tool
|
Plug 'scrooloose/nerdcommenter' " commenting tool
|
||||||
Plug 'tpope/vim-surround' " parentheses helper
|
Plug 'tpope/vim-surround' " parentheses helper
|
||||||
@@ -344,6 +345,9 @@ let g:mkdp_preview_options={
|
|||||||
" sync_scroll_type: 'middle', 'top' or 'relative'
|
" sync_scroll_type: 'middle', 'top' or 'relative'
|
||||||
" hide_yaml_meta: if hide yaml metadata, default is 1
|
" 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
|
" peekaboo
|
||||||
let g:peekaboo_window='vert bo 80new'
|
let g:peekaboo_window='vert bo 80new'
|
||||||
let g:peekaboo_delay=1000
|
let g:peekaboo_delay=1000
|
||||||
|
|||||||
@@ -5,3 +5,8 @@
|
|||||||
[user]
|
[user]
|
||||||
name = Henrik Bakken
|
name = Henrik Bakken
|
||||||
email = bakken.henrik@gmail.com
|
email = bakken.henrik@gmail.com
|
||||||
|
[filter "lfs"]
|
||||||
|
clean = git-lfs clean -- %f
|
||||||
|
smudge = git-lfs smudge -- %f
|
||||||
|
process = git-lfs filter-process
|
||||||
|
required = true
|
||||||
|
|||||||
@@ -34,6 +34,9 @@ map [fullscreen] <C-y> scroll up
|
|||||||
map [normal] R rotate rotate-ccw
|
map [normal] R rotate rotate-ccw
|
||||||
map [fullscreen] R rotate rotate-ccw
|
map [fullscreen] R rotate rotate-ccw
|
||||||
|
|
||||||
|
map [normal] c recolor
|
||||||
|
map [fullscreen] c recolor
|
||||||
|
|
||||||
map [normal] <PageUp> navigate previous
|
map [normal] <PageUp> navigate previous
|
||||||
map [fullscreen] <PageUp> navigate previous
|
map [fullscreen] <PageUp> navigate previous
|
||||||
map [normal] <PageDown> navigate next
|
map [normal] <PageDown> navigate next
|
||||||
|
|||||||
Reference in New Issue
Block a user