Changeset 2755 for dotfiles

Show
Ignore:
Timestamp:
12/07/07 11:13:08 (5 years ago)
Author:
omoon
Message:

dotfiles/vim/omoon-vimrc: 開いているファイルと同じディレクトリに移動のmap。

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dotfiles/vim/omoon-vimrc

    r2263 r2755  
    1 set tabstop=4 
     1set tabstop=4 
    22set shiftwidth=4 
    33set shiftround "always indent/outdent to the nearest tabstop. 
     
    3434map ,ct <Esc>:%! csstidy - --silent=true --template=low<CR>:retab<CR> 
    3535map ,ctv <Esc>:'<,'>! csstidy - --silent=true --template=low<CR>:retab<CR> 
     36 
     37" expand path 
     38cmap <C-X> <C-R>=expand('%:p:h')<CR>/ 
     39" expand file (not ext) 
     40cmap <C-Z> <C-R>=expand('%:p:r')<CR> 
    3641 
    3742"括弧などの自動補完