Skip to content

Instantly share code, notes, and snippets.

@zaa
Created July 16, 2023 16:58
Show Gist options
  • Save zaa/2ec557c7722d9f49bc46d0a5732db967 to your computer and use it in GitHub Desktop.
Save zaa/2ec557c7722d9f49bc46d0a5732db967 to your computer and use it in GitHub Desktop.
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