[vim] dumps leader and colon remaps
Better to vim without them
This commit is contained in:
parent
9201473768
commit
873cdf743f
1 changed files with 1 additions and 4 deletions
|
@ -129,8 +129,6 @@ augroup END
|
|||
" autocmd BufEnter * match LineTooLong /\%121v.*/
|
||||
" augroup END
|
||||
|
||||
let mapleader = ','
|
||||
|
||||
let g:bufferline_echo = 0
|
||||
autocmd VimEnter *
|
||||
\ let &statusline='%{bufferline#refresh_status()}'
|
||||
|
@ -191,9 +189,8 @@ let g:SuperTabDefaultCompletionType = 'context'
|
|||
|
||||
vnoremap // y/<C-R>"<CR>
|
||||
nmap <silent> ,/ :nohlsearch<CR>
|
||||
nnoremap ; :
|
||||
|
||||
nnoremap <leader>h <Esc>:call ToggleHardMode()<CR>
|
||||
nnoremap <Leader>h <Esc>:call ToggleHardMode()<CR>
|
||||
|
||||
nnoremap <Leader>[ :bprevious<CR>
|
||||
nnoremap <Leader>] :bnext<CR>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue