Skip to content

Conversation

FalconEthics
Copy link

@FalconEthics FalconEthics commented Dec 29, 2023

Added the following:

Shortcut Description
:%s/foo/bar Replace foo with bar in whole document (first occurrence in line)
:%s/foo/bar/g Replace foo with bar in whole document (all occurrences in line)
:%s#foo#bar#g Replace foo with bar in whole document (all occurrences in line)
I Append from Start of line
fc Go forward on character c
Fc Go backward on character c
tc Go forward to character c
Tc Go backward to character c
_ Start of line (after whitespace)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant