VirtualTam's bookmarks
490 bookmarks found
-
- https://stackoverflow.com/questions/35773299/how-can-you-export-the-visual-studio-code-extension-list
- https://stackoverflow.com/questions/55310734/how-to-add-more-indentation-in-the-visual-studio-code-explorer-file-tree-structu/55315106#55315106
- https://github.com/microsoft/vscode/issues/1027 - Suppress display of end-of-file newline as blank line
- https://stackoverflow.com/questions/30140112/how-do-i-hide-certain-files-from-the-sidebar-in-visual-studio-code
- https://stackoverflow.com/questions/29973619/how-to-make-vs-code-treat-a-file-extensions-as-a-certain-language
- https://stackoverflow.com/questions/44774709/removing-the-file-preview-on-the-right-side-of-the-editor-in-vs-code
-
Signing Git Commits with Your SSH Key
2022-09-15 -
The JSON License
2022-03-23 The Software shall be used for Good, not Evil.
-
Git helpers for shared commit authoring
2022-03-07 - https://tuple.app/pair-programming-guide/template
- https://github.com/kejadlen/git-together
- https://github.com/git-duet/git-duet
- https://github.com/chrisk/git-pair
- https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors
-
Git Source Code Review | Fabien Sanglard
2022-01-30 -
Melatonin - When to write tests for DSP code
2022-01-23 -
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
-
Enable bracketed paste with Vim and Tmux
2021-11-02 - https://vimhelp.org/term.txt.html#xterm-bracketed-paste
- https://jdhao.github.io/2021/02/01/bracketed_paste_mode/
- https://cirw.in/blog/bracketed-paste
- https://vi.stackexchange.com/questions/25311/how-to-activate-bracketed-paste-mode-in-gnome-terminal-for-vim-inside-tmux
- https://stackoverflow.com/questions/5585129/pasting-code-into-terminal-window-into-vim-on-mac-os-x/7053522#7053522
- https://vi.stackexchange.com/questions/25135/why-does-f22-appear-when-pasting-into-vim/25157#25157
- https://vi.stackexchange.com/questions/24928/command-p-paste-script-shortcut/24929#24929
- https://news.ycombinator.com/item?id=18329305