Skip to content

Commit

Permalink
removed annoying ${1-4} maps
Browse files Browse the repository at this point in the history
  • Loading branch information
Taewoong Jang committed Nov 8, 2018
1 parent 150ce3a commit 9c16b0a
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions vimrcs/extended.vim
Original file line number Diff line number Diff line change
Expand Up @@ -66,25 +66,6 @@ cmap ½ $
imap ½ $

"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Parenthesis/bracket
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
vnoremap $1 <esc>`>a)<esc>`<i(<esc>
vnoremap $2 <esc>`>a]<esc>`<i[<esc>
vnoremap $3 <esc>`>a}<esc>`<i{<esc>
vnoremap $$ <esc>`>a"<esc>`<i"<esc>
vnoremap $q <esc>`>a'<esc>`<i'<esc>
vnoremap $e <esc>`>a"<esc>`<i"<esc>
" Map auto complete of (, ", ', [
inoremap $1 ()<esc>i
inoremap $2 []<esc>i
inoremap $3 {}<esc>i
inoremap $4 {<esc>o}<esc>O
inoremap $q ''<esc>i
inoremap $e ""<esc>i

"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => General abbreviations
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
Expand Down

0 comments on commit 9c16b0a

Please sign in to comment.