摘要:
To open a diff window, - VIM `vimdiff` `diffthis` in vim window - NVIM `nvim -d` `diffthis` You can use the following basic commands to merge: `do` - 阅读全文
摘要:
case switch: ``` U : Change to upper case. u : Change to lower case. ~. : Toggle case. ``` examples: ``` ~ : Changes the case of current character guu 阅读全文
摘要:
strftime(FORMAT) returns the current time as string, formatted according to FORMAT. strftime() can be given a second argument which is interpreted as 阅读全文