Assignment-2 Day-4
[Link] to perform record?
[Link] your name 10 times?
[Link] is the use of recording?
[Link] to start the recording?
[Link] are the sort commands?
[Link] you want ascending order?What command you use?
[Link] is the use of sort! .How you remove duplicate lines?
[Link] you recover delete text?
[Link] you recover last delete?
[Link] you recover the second last delete?
[Link] is the use of “3p?
[Link] you turn on the syntax?
[Link] is the use of syn off command?
[Link] type of command we use to go to the local declaration of a variable?
[Link] type of command we use to go to the global declaration of a variable?
[Link] type of key we use to increment the number?
[Link] is the use of CTRL-A?
[Link] you execute single vim command in insert mode?
[Link] you jump 5 lines at a time ?
[Link] you see the file details?
[Link] you see the advanced file details?
[Link] many methods to change the case?
[Link] is the use of “~”command?
[Link] to change the case of next 5 characters?
[Link] is the use of g~$?
[Link] to change the case of entire current line?
[Link] to change the entire current line to upper case?
[Link] is the use of guu?
[Link] type of command we use to change the current word to upper case?
[Link] type of command we use to change the current word to lower case?
[Link] is the use of U?
[Link] type of key we use to change current highlighted text to lower case?
[Link] to change text from current position to end of file to lower case?
[Link] is the use of gUG?
[Link] many methods to check the spelling?
[Link] is the use of set spell command?
[Link] to jump the next spelling mistake?
[Link] to jump the previous spelling mistake?
[Link] command gives the suggestions for the mispelled word?
[Link] is the use of zg?
[Link] is the use of these commands?
[Link] can you replace a pattern of text?
[Link] can you view all of the available command line options for vim?
[Link] to found swap files?
[Link] to jump line 5 after vim open the file?
[Link] to disable the toolbar?
[Link] to enable the toolbar?
[Link] to display all gvim GUI elements?
[Link] to hide all gvim GUI elements?
[Link] type of command we use to hide gVim toolbar?
[Link] to hide gVim menu bar?
[Link] to hide right side scroll bar?
[Link] to hide left side scroll bar?
[Link] is the use of guioptions-=R?
[Link] is the use of guioptions-=L?
[Link] to split the current window?
[Link] type of command use to split the current window into two windows
vertically?
[Link] to close a window?
[Link] to open a different file in another window?
[Link] to open a different file in another window in vertical?
[Link] to navigate between windows?
[Link] to jump to the window above?
[Link] to jump to the window below?
[Link] to open a vertical split with 25 columns?
[Link] to open a horizantal split with 3 lines?
[Link] to see all available color schemes in your vim editor?
[Link] you want [Link] or [Link] how can you change to those color?
[Link] to edit multiple files in tabs?
[Link] to open another file in a new tab under current vim session?
[Link] is the use of “tabs” command?
[Link] are the tab commands?
[Link] type of command we use to go to the Nth tab?
[Link] to close the current tab?
[Link] is the use of tabc?
[Link] you go to the next tab?
[Link] type of command we use to go to the previous tab?
[Link] to move 10 lines at a time?
[Link] type of key we use to repeat the search in same direction?
[Link] type of key we use to repeat the search in opposite direction?
[Link] are the undo methods?
[Link] is the use of single undo?
[Link] type of key we use for single undo?
[Link] is the use of multiple undo?
[Link] is the use of Undo all?
[Link] type of key we use?
[Link] to open a file whose name is currently under the cursor?
[Link] to open in a new window whose name is currently under the cursor?
[Link] to open a new tab whose name is currently under the cursor?
[Link] to open multiple files from command line?
[Link] to open another file when you are already in vim session?
[Link] to list all open files in the current vim session?
[Link] to go to the Nth file from the above command output?
[Link] type of command we use to go the next file when multiple files are
opened?
[Link] type of command we use to go the previous file when multiple files are
opened?
[Link] to save file automatically?
[Link] to save and encrypt the current file?
[Link] to see the difference between two files?
[Link] is the other method to see the difference?
[Link] many methods to see the difference between two files?
[Link] to see the difference using a horizantal window split?
[Link] to delete the file under the cursor?
[Link] type of key we use to search forward?
[Link] type of key we use to search backward?
[Link] to go to the next occurance?
[Link] to go to the previous occurance?
[Link] to go to next occurence of current word?
[Link] type of key we use to go to the previous occurence of current word?
[Link] is the other method to go the next occurence of current word?
[Link] is the other method to go to the previous occurence of current word?
[Link] to list all occurences of the word under the cursor?
[Link] is the use of fx (x-one character)?
[Link] key use to go to character x within a line in reverse direction?
[Link] is the use of tx?
[Link] is the use of Tx?
[Link] is the use of “;” ?
[Link] is the use of ‘ ?
[Link] to replace a specific name with other name?
[Link] you replace 4 lines with specific name what command we use?
[Link] to substitute only whole words not partial matches?
[Link] to identify all changes done to a file?
[Link] is the use of ex mode?
[Link] to delete the word?