vi

how can i change different color schema in vi

how can i change different color schema in vi ...

Delete newline in Vim

Is there a way to delete the newline at the end of a line in Vim, so that the next line is appended to the current line? For example: Evaluator<T>(): _bestPos(){ } I'd like to put this all on one line without copying lines and pasting them into the previous one. It seems like I should be able to put my cursor to the end of each ...

VI: any way to have the autocompletion feature that there is on the command line (you know pushing tab..) ??

Hi, any way to have the autocompletion feature for paths that there is on the linux command line (you know pushing tab..)? Regards Javi ...

how to copy from other file in vi editor

how to copy from other file with ctrl-c and in vi editor with p yank (paste), i have no idea!! thinks ...