mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(vim): add goyo
This commit is contained in:
@@ -4,7 +4,6 @@ vnoremap a; :Tabularize /::<CR>
|
||||
vnoremap a- :Tabularize /-><CR>
|
||||
|
||||
nnoremap <C-p> :FZF<CR>
|
||||
nnoremap <C-l> :Rg<CR>
|
||||
let g:fzf_layout = { 'down': '~15%' }
|
||||
|
||||
colorscheme paramount
|
||||
@@ -25,6 +24,8 @@ noremap <leader>b :Buffers<CR>
|
||||
noremap <leader>g :Rg<CR>
|
||||
noremap <leader>t :Tags<CR>
|
||||
|
||||
noremap <leader>f :Goyo<CR>
|
||||
|
||||
" reindent whole file
|
||||
noremap <leader>i mzgg=G`z
|
||||
|
||||
|
||||
Reference in New Issue
Block a user