X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/616103d92a628d6b9d050a80272e28ca0552ecc2..1d61f08ff82df4565004b06f4d4b959ba841edc0:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index b4d3a3e..111e2ff 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -839,8 +839,8 @@ function! FindGitDirOrHome() endif endfunction command! Cd cd %:h -command! Cr execute('cd ' . FindGitDirOrHome()) +command! Cdr execute('cd ' . FindGitDirOrHome()) command! LCd lcd %:h -command! LCr execute('lcd ' . FindGitDirOrHome()) +command! LCdr execute('lcd ' . FindGitDirOrHome()) " vim:set et sw=2 ts=2 tw=78: