Last active
August 13, 2017 12:24
Revisions
-
wongjiahau revised this gist
Aug 13, 2017 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,6 +12,7 @@ cw //Change small word (until any non-alphabet is reached) % //Go to next matching parenthesis `` //Snap back to where % has jumped from v/}<ENTER> //Select until the character } :noh //Clear highlighted words IF Surround.vim is enabled -
wongjiahau revised this gist
Aug 12, 2017 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,6 +11,7 @@ cw //Change small word (until any non-alphabet is reached) 180<Ctrl-x> //Xubtract the first number in the current line by 180 % //Go to next matching parenthesis `` //Snap back to where % has jumped from v/}<ENTER> //Select until the character } IF Surround.vim is enabled -
wongjiahau revised this gist
Aug 12, 2017 . 1 changed file with 9 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,4 +8,12 @@ cw //Change small word (until any non-alphabet is reached) <Ctrl-a> //Add the first number in the current line by 1 <Ctrl-x> //Xubtract the first number in the current line by 1 180<Ctrl-a> //Add the first number in the current line by 180 180<Ctrl-x> //Xubtract the first number in the current line by 180 % //Go to next matching parenthesis `` //Snap back to where % has jumped from IF Surround.vim is enabled S" //Surround highlighted words with " S( //Surround highlighted words with ( cs{[ //change surrounding brackets from { to [ -
wongjiahau renamed this gist
Aug 11, 2017 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ W //go to next Word (separated by space) B //Back to previous Word (separated by space) dib //Delete inside bracket daw //Delete a word dtk //Delete 'till 'k' -
wongjiahau revised this gist
Aug 11, 2017 . No changes.There are no files selected for viewing
-
wongjiahau revised this gist
Aug 11, 2017 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,5 +3,7 @@ daw //Delete a word dtk //Delete 'till 'k' cW //Change big word (until a whitespace is reached) cw //Change small word (until any non-alphabet is reached) <Ctrl-a> //Add the first number in the current line by 1 <Ctrl-x> //Xubtract the first number in the current line by 1 180<Ctrl-a> //Add the first number in the current line by 180 180<Ctrl-x> //Xubtract the first number in the current line by 180 -
wongjiahau revised this gist
Aug 11, 2017 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,7 @@ dib //Delete inside bracket daw //Delete a word dtk //Delete 'till 'k' cW //Change big word (until a whitespace is reached) cw //Change small word (until any non-alphabet is reached) 180<Ctrl-a> //Add the first number in the current line by 180 180<Ctrl-x> //Xubtract the first number in the current line by 180 -
wongjiahau created this gist
Aug 11, 2017 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ dib //Delete inside bracket daw //Delete a word