수색…


절대 행 번호

다음 명령이 실행됩니다 :command on lines 23 to 56 :

:23,56command

주의 : 범위는 기본적으로 포함 됩니다.

상대 라인 번호

다음 명령에서 범위는 현재 행 위의 6 줄에서 시작하여 아래의 세 줄을 끝냅니다.

:-6,+3command

라인 단축키

  • . 현재 줄을 나타내지 만 완전히 생략 할 수도 있습니다.
  • $마지막 줄을 나타냅니다.
  • %전체 버퍼를 나타내며 1,$ 대한 바로 가기입니다.

아래의 두 명령이 실행됩니다 :command 현재 줄부터 마지막 ​​줄까지의 모든 파일에 대한 :command :

:.,$command
:,$command

아래 명령이 실행됩니다 :command 전체 버퍼 :command :

:%command

점수

아래 명령 실행 :command 포함하는 하나의 매 라인 f 포함하는 것과 수동 마크 t 서, 마크 :

:'f,'tcommand

자동 표시도 사용할 수 있습니다.

:'<,'>command    " covers the visual selection
:'{,'}command    " covers the current paragraph
:'[,']command    " covers the last changed text

See :help mark-motions .

수색

아래의 명령은 실행 :command 제 매칭에서 모든 라인 from 제 매칭 to :

:/from/,/to/command    " from next 'from' to next 'to'
:?from?,/to/command    " from previous 'from' to next 'to'
:?from?,?to?command    " from previous 'from' to previous 'to'

참조 :help search-commands .

라인 오프셋

선 오프셋은 시작 및 끝 선을 조정하는 데 사용할 수 있습니다.

:/foo/-,/bar/+4command    " from the line above next 'foo' to 4 lines below next 'bar'

참조 :help search-offset .

혼합 된 범위

위의 모든 것을 표현의 범위로 결합하는 것이 가능합니다 :

:1267,/foo/-2command
:'{,command
:'f,$command

창의력을 발휘하고 :help cmdline-ranges 를 읽는 :help cmdline-ranges 잊지 마십시오.



Modified text is an extract of the original Stack Overflow Documentation
아래 라이선스 CC BY-SA 3.0
와 제휴하지 않음 Stack Overflow