1
0
mirror of https://github.com/akelge/zsh synced 2025-07-04 13:39:07 +00:00

Added GetLatestScript update plugin and updated all plugins

This commit is contained in:
2013-01-17 12:18:17 +00:00
parent d9013ec2da
commit 4873c64f28
54 changed files with 10380 additions and 4761 deletions

View File

@ -133,6 +133,10 @@ let NERDChristmasTree = 1
let NERDSpaceDelims=1
let NERDCreateDefaultMappings=1
" """"""""""""""
" GetLastestScript
" """"""""""""""
" """""""""""
" Keymappings
" """""""""""
@ -148,7 +152,7 @@ nnoremap <silent> <Leader>N :set number!<CR>
nnoremap <silent> da "_dd
nnoremap <silent> <Leader>ts :ConqueTermSplit zsh<CR>
nnoremap <silent> <Leader>tt :ConqueTermTab zsh<CR>
nnoremap <silent> <Leader>tT :ConqueTermTab zsh<CR>
map <silent> <Leader>c <plug>NERDCommenterToggle