da = delete line without yanking

This commit is contained in:
simonec 2011-02-09 17:08:18 +00:00
parent 643c42cb28
commit ad45c77370
1 changed files with 4 additions and 1 deletions

View File

@ -12,7 +12,7 @@ set history=50
set nohlsearch
set nostartofline
" set paste
set autochdir
" set autochdir
set ruler
set cmdheight=1
@ -146,8 +146,11 @@ nnoremap <silent> <Leader>T :Tlist<CR>
nnoremap <silent> <Leader>N :set number!<CR>
nnoremap <silent> <Leader>b :HSBufExplorer<CR>
nnoremap <silent> da "_dd
nnoremap <silent> <Leader>ts :ConqueTermSplit zsh<CR>
nnoremap <silent> <Leader>tt :ConqueTermTab zsh<CR>
map <silent> <Leader>c <plug>NERDCommenterToggle
" nnoremap <silent> Y y$