" Make ',e' (in normal mode) give a prompt for opening files " in the same dir as the current buffer's file. if has("unix") map ,e :e =expand("%:p:h") . "/" else map ,e :e =expand("%:p:h") . "\\" endif