offset for zz

This commit is contained in:
2024-04-26 14:30:53 +02:00
parent e5f3d8da23
commit 662960b1b1
2 changed files with 8 additions and 4 deletions
+7 -3
View File
@@ -13,6 +13,8 @@ set splitright splitbelow
set timeoutlen=1000
set number
set relativenumber
set scrolloff=10
syntax on
filetype indent on
set smartindent
@@ -54,9 +56,11 @@ nnoremap <C-K> <C-W><C-K>
nnoremap <C-L> <C-W><C-L>
nnoremap <C-H> <C-W><C-H>
nnoremap <C-d> <C-d>zz
nnoremap <C-u> <C-u>zz
tnoremap <Esc> <C-\><C-n>
" nnoremap <C-d> <C-d>zz
" nnoremap <C-u> <C-u>zz
" No clue what this does
" tnoremap <Esc> <C-\><C-n>
" nnoremap <C-F> :Rg<CR>
" nnoremap <C-p> :Files<CR>