수색…


기본 사용법

도트 연산자는 수행 된 마지막 작업을 반복합니다. 예를 들면 다음과 같습니다.

파일 test.tx

helo, World!
helo, David!

([1] [1]에 커서)
이제 수행합니다 cwHello<Esc> (변경 말씀 heloHello )
이제 버퍼는 다음과 같이 보입니다.

Hello, World!
helo, David!

([1] [5]에서 커서)
j_ 입력하면 커서는 [2] [1]에 있습니다.

이제 입력하십시오 . 마지막 작업이 다시 수행됩니다.

Hello, World!
Hello, David!

(커서 [2] [5])

들여 쓰기 설정

이것은 코드의 들여 쓰기를 설정할 때 매우 유용합니다.

if condition1
if condition2
# some commands here
endif
endif

두 번째 줄로 커서를 이동 한 다음 >> 를 누르면 코드가 들여 쓰기됩니다.

이제 3 행을 계속하고 그 다음에 작업을 반복 할 수 있습니다 . 두 번 결과는

if condition1
    if condition2
        # some commands here
endif
endif


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