In netbeans with CTRL+LEFT, CTRL+UP, CTRL+RIGHT, CTRL+DOWN we can move the line and it contents to LEFT, UP, RIGHT, DOWN … how can I do this with vim !?
In linux netbeans is ALT+SHIFT ARROW LEFT, RIGHT to move !
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well I do not have NetBeans but I guess (after googling) that by ctrl+right/left you mean to indent the selected block?
In that case you can use the
>>and<<commands. Just either go the line you want to indent or select a block (using “v”) and press>twice (remember about the shift key :)).The others (move up/down) are clearly described here.
Hope that’s what you’re looking for!