removed unneeded bracket/quote mappings
This commit is contained in:
parent
c3e9a868b6
commit
34fcde1258
26
vimrc
26
vimrc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue