This problem, and solution, was posted in StackOverflow
Site sobre software livre, cultura, arte, gimp, inkscape, wallpapers, vim, firefox, python, e-books, algoritmos, openoffice, ubuntu, debian, gnome, inkscape, bash, shell script, música, arte, mpb, dicas em geral, Geopolítica, politica, brasil, blogsfera, ativismo, rock, english
Mostrando postagens com marcador stackoverflow. Mostrar todas as postagens
Mostrando postagens com marcador stackoverflow. Mostrar todas as postagens
Vim: Visual Select Mode
Fonte: StackOverflow
Consider the following common scenarios:
You need to select to the next matching parenthesis.
You could do:

You want to select text between quotes:

You want to select a curly brace block (very common on C-style languages):

Caso esteja no mei de parênteses chaves ou colchetes basta pressionar % que ele pula automaticamente para o começo e em seguida fica alternando entre começo e vim.
Consider the following common scenarios:
You need to select to the next matching parenthesis.
You could do:
v%if the cursor is on the starting/ending parenthesisvibif the cursor is inside the parenthesis block

You want to select text between quotes:
- vi" for double quotes
- vi' for single quotes

You want to select a curly brace block (very common on C-style languages):
viBvi{

Caso esteja no mei de parênteses chaves ou colchetes basta pressionar % que ele pula automaticamente para o começo e em seguida fica alternando entre começo e vim.
Assinar:
Postagens (Atom)
linux-cookbook
|
|
| Participe do grupo linux-cookbook |
| Visitar este grupo |