Created
July 16, 2023 16:58
-
-
Save zaa/2ec557c7722d9f49bc46d0a5732db967 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set ai | |
set complete=.,t,w | |
set hlsearch | |
set incsearch | |
set laststatus=2 | |
set modelines=5 | |
set path=.,** | |
set ruler | |
set scrolloff=3 | |
set splitbelow | |
set winminheight=0 | |
syntax off | |
highlight Search cterm=reverse ctermfg=none ctermbg=none | |
highlight StatusLine cterm=underline ctermfg=none | |
highlight StatusLineNC cterm=underline ctermfg=grey | |
let mapleader="," | |
nnoremap <C-j> 5j | |
nnoremap <C-k> 5k | |
nnoremap <Leader>oc :sp %<.cc<CR> | |
nnoremap <Leader>oh :sp %<.h<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment