diff --git a/tools/vim.txt b/tools/vim.txt index 54098f7..5d1baa7 100644 --- a/tools/vim.txt +++ b/tools/vim.txt @@ -106,8 +106,8 @@ cw change to the end of word ciw change whole word regardless of where you are in it cip change in paragaph (between new lines) cap change around paragaph and the paragraph itself -ci( change in pair of (, works with { [ " ' too -ca( change in and around pair of (, works with { [ " ' too +ci( change in pair of (, works with { [ " ' ` < too +ca( change in and around pair of (, works with { [ " ' ` < too C change to the end of line ct' change until the ' character (can change ' for any character) ci" change everything in the next " on the line