removed unneeded bracket/quote mappings

This commit is contained in:
ManjaroOne666 2019-02-22 21:51:07 +00:00
parent c3e9a868b6
commit 34fcde1258
1 changed files with 0 additions and 26 deletions

26
vimrc
View File

@ -1225,32 +1225,6 @@ inoremap <expr> / pumvisible()
\ ? len(v:completed_item) ? '<C-Y><C-X><C-F>' : '<C-N><C-Y><C-X><C-F>'
\ : '/'
"}}}
" brace/quotes completion {{{
" inoremap {{ {}<left>
" inoremap {<CR> {<CR>}<C-o>O
" inoremap {; {<CR>};<C-o>O
" inoremap {, {<CR>},<C-o>O
" inoremap {{{ {{}}<Left><Left>
"
" inoremap (( ()<Left>
" inoremap (<CR> (<CR>)<C-o>O
" inoremap (; ();<Left><Left>
" inoremap (, (),<Left><Left>
"
" inoremap [[ []<Left>
" inoremap [<CR> [<CR>]<C-o>O
"
" inoremap "" ""<Left>
" inoremap """ ""
" inoremap "; "";<Left><Left>
" inoremap '' ''<Left>
" inoremap ''' ''
" inoremap '; '';<Left><Left>
" inoremap `` ``<left>
"}}}
"}}}
" working_with_underscores{{{
nnoremap <space>w f_l