Hi,
    Following is my problem statement.

I have to shift the following text to left or right with just one place
(space)
Following is the text -->

 logData = TM_STM()
 logData += AGENT
 logData += self.function.__doc__
 logData += "Starting "
 logData += str(self.function.__name__)

Which keystroke should I use to shift the give text to the right place (or
left) by one place (space) ?

Consider I have selected the text with visual or visual block mode. ( >
keystroke shift text by 4 places )

Output should look like this ( shifted to right by one position )


 logData = TM_STM()
 logData += AGENT
 logData += self.function.__doc__
 logData += "Starting "
 logData += str(self.function.__name__)



-- 
Thanks & Regards,
Sandeep Kapse



-- 
Thanks & Regards,
Sandeep Kapse

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to