Skip to content

Instantly share code, notes, and snippets.

@jogardi
Created June 22, 2022 17:07
Show Gist options
  • Save jogardi/13386f595c8e1dc0fca8b159185e38b1 to your computer and use it in GitHub Desktop.
Save jogardi/13386f595c8e1dc0fca8b159185e38b1 to your computer and use it in GitHub Desktop.
set visualbell
set noerrorbells
set surround
set hlsearch
nnoremap <silent> <Esc><Esc> <Esc>:nohlsearch<CR><Esc>
map <leader>r :register<ENTER>
map <C-j> <C-W>j
map <C-k> <C-W>k
map <C-h> <C-W>h
map <C-l> <C-W>l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment