{"id":56,"description":"vim: yank shortcuts","tags":["vim","shortcuts"],"contents":["`yw` - copy from current to start of the next word","`yb` - copy from current to beginning of the current word","`y$` - copy till the end of the line","`y0` - copy till the start of the line","`{n}Y` - copy n number of lines","`{n}yy` - copy n number of lines"]}
