Really escape
This commit is contained in:
parent
6b694cda51
commit
ac334d52d0
1 changed files with 5 additions and 2 deletions
7
.vimrc
7
.vimrc
|
|
@ -728,6 +728,9 @@ noremap <Leader>J :s/\%#\(.*\)\n\(.*\)/\2\1<CR>
|
|||
" In normal mode, jj escapes {{{2
|
||||
inoremap jj <Esc>
|
||||
|
||||
" C-c and <Esc> are not entirely the same, but I want them to be
|
||||
noremap <C-c> <Esc>
|
||||
|
||||
" Kill line like emacs {{{2
|
||||
"noremap <C-k> "_dd
|
||||
|
||||
|
|
@ -1368,8 +1371,8 @@ inoremap <F12> <C-o>:syntax sync fromstart<CR>
|
|||
" Gundo - Vim's undo tree for humans
|
||||
nnoremap <silent> <C-U> :GundoToggle<CR>
|
||||
|
||||
" NERD tree. Yay!
|
||||
nnoremap <silent> <C-G> :NERDTreeToggle<CR>
|
||||
" NERD tree. Boo!
|
||||
"nnoremap <silent> <C-G> :NERDTreeToggle<CR>
|
||||
|
||||
" Javac
|
||||
"set makeprg=javac\ %
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue