Add lusty hotkeys, and bin/cronic
git-svn-id: http://photonzero.com/dotfiles/trunk@94 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
parent
b5f5d230a3
commit
9b73f092e8
2 changed files with 49 additions and 15 deletions
16
.vimrc
16
.vimrc
|
|
@ -66,6 +66,7 @@ let g:Tb_MaxSize=0
|
|||
let g:Tb_MapCTabSwitchBufs = 1
|
||||
let g:LustyExplorerSuppressRubyWarning = 1
|
||||
let g:LustyJugglerSuppressRubyWarning = 1
|
||||
let g:LustyJugglerShowKeys = 'a'
|
||||
let mapleader = ","
|
||||
let g:buftabs_only_basename = 1
|
||||
"let g:buftabs_in_statusline=1
|
||||
|
|
@ -138,21 +139,6 @@ set statusline+=%c, "cursor column
|
|||
set statusline+=%l/%L "cursor line/total lines
|
||||
set statusline+=\ %P "percent through file
|
||||
|
||||
" Commentary? Maybe remove these, I rarely use them
|
||||
" , #perl # comments
|
||||
map ,# :s/^/#/<CR>
|
||||
" , #mako ## comments
|
||||
map ,% :s/^/##/<CR>
|
||||
|
||||
" ,/ C/C++/C#/Java // comments
|
||||
map ,/ :s/^/\/\//<CR>
|
||||
|
||||
" ,< HTML comment
|
||||
map ,< :s/^\(.*\)$/<!-- \1 -->/<CR><Esc>:nohlsearch<CR>
|
||||
|
||||
" c++ java style comments
|
||||
map ,* :s/^\(.*\)$/\/\* \1 \*\//<CR><Esc>:nohlsearch<CR>
|
||||
|
||||
" Useful functions
|
||||
|
||||
" Add capital W so I can be lazy about my shift jey
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue