Hope this will help you ... Thanks for visiting my blog
VIM Editor Keys not working properly in remote terminal [putty]
Get link
Facebook
X
Pinterest
Email
Other Apps
Create a file in home directory ===> vi .vimrc copy & paste below lines in .vimrc file set showmode set number set nocompatible set syntax=automatic set backspace=indent,eol,start
Calculating time difference with the TEXT function Calculate hours between two times: =TEXT(B2-A2, "h") Return hours and minutes between 2 times: =TEXT(B2-A2, "h:mm") Return hours, minutes and seconds between 2 times: =TEXT(B2-A2, "h:mm:ss")
Comments
Post a Comment