Fixing typo

This commit is contained in:
Alex Yatskov 2015-03-09 13:02:18 +09:00
parent b31f7b9d6b
commit 1cee462891

View File

@ -3,7 +3,7 @@ let mapleader = ','
" core " core
nnoremap <silent> <Bs> :bd<Cr> nnoremap <silent> <Bs> :bd<Cr>
nnoremap <silent> <Esc><Esc> :nohlsearch<Cr> nnoremap <silent> <Esc><Esc> :nohlsearch<Cr>
nnoremap <silent> <leader>n :set relativenumber! nnoremap <silent> <leader>n :set relativenumber!<Cr>
nnoremap <silent> Q <Nop> nnoremap <silent> Q <Nop>
nnoremap <silent> j gj nnoremap <silent> j gj
nnoremap <silent> k gk nnoremap <silent> k gk