mirror of
https://github.com/jbranchaud/til
synced 2026-01-20 23:48:02 +00:00
Add Beginning And End Of Previous Change as a vim til.
This commit is contained in:
11
vim/beginning-and-end-of-previous-change.md
Normal file
11
vim/beginning-and-end-of-previous-change.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Beginning And End Of Previous Change
|
||||
|
||||
You can jump to the beginning of the previous change with the `[` mark by
|
||||
hitting `'[` from normal mode. Similarly, you can jump to the end of the
|
||||
previous change with the `]` mark by hitting `']`.
|
||||
|
||||
Text that was just pasted is also considered a change. Thus, hitting `'[`
|
||||
and `']` will jump to the beginning and end, respectively, of the text that
|
||||
was just pasted into the buffer.
|
||||
|
||||
See `:h '[` and `:h ']` for more details.
|
||||
Reference in New Issue
Block a user