VirtualTam's bookmarks
9 bookmarks found
Page 1 of 1
-
Vim: Function copy
2022-01-05 va{Vy
- Place the cursor somewhere in my method,
va{
to visually select the the code block,V
to turn the selection from character-wise to line-wise,y
to yank
-
vim - Yank entire file - Stack Overflow
2017-09-27 -
- https://docs.ansible.com/ansible/latest/playbooks_conditionals.html#register-variables
- https://docs.ansible.com/ansible/latest/authorized_key_module.html
- https://stackoverflow.com/questions/25629933/ansible-copy-ssh-key-from-one-host-to-another#25644384
- https://stackoverflow.com/questions/35808649/ansible-accessing-register-variables-from-other-plays-within-same-playbook
- https://stackoverflow.com/questions/33896847/how-do-i-set-register-a-variable-to-persist-between-plays-in-ansible
- https://serverfault.com/questions/638507/how-to-access-host-variable-of-a-different-host-with-ansible
- https://github.com/ansible/ansible/issues/1934
-
git worktree
2015-08-21 "check out more than one branch at a time"
Useful if you're simultaneously working on several versions / branches of the same repository ;-)
Page 1 of 1