- A Byte of Vim
- Learn Vim (the Smart Way)
- Learn Vim For the Last Time - Daniel Miessler
- Learn Vim Progressively
- Learn Vimscript the Hard Way - Steve Losh
- Use Vim Like A Pro - Tim Ottinger
- Vi Improved -- Vim - Steve Oualline
- VIM-GALORE - All things Vim!
- Vim Recipes
- Vim Regular Expressions 101
| aaron-bond.better-comments | |
| aaronpowell.vscode-profile-switcher | |
| adpyke.codesnap | |
| AndrsDC.base16-themes | |
| andys8.jest-snippets | |
| arcticicestudio.nord-visual-studio-code | |
| be5invis.vscode-icontheme-nomo-dark | |
| bradlc.vscode-tailwindcss | |
| christian-kohler.path-intellisense | |
| CoenraadS.bracket-pair-colorizer |
| { | |
| "$schema": "vscode://schemas/color-theme", | |
| "type": "dark", | |
| "colors": { | |
| "activityBar.activeBorder": "#84ffff", | |
| "activityBar.background": "#1f2023", | |
| "activityBar.border": "#1f2023", | |
| "activityBar.foreground": "#bcb28d", | |
| "activityBarBadge.background": "#84ffff", | |
| "breadcrumb.activeSelectionForeground": "#84ffff", |
Also see Editor.TokenColorCustomizations
Also see VSC highlight and comment colors
You can set the following:
commentsfunctions
We use our Leadership Principles every day, whether we're discussing ideas for new projects or deciding on the best approach to solving a problem. It is just one of the things that makes Amazon peculiar.
The Amazon Leadership Principles are a way for the company to find the candidates that best fit within the company culture. And let’s face it, they’re a great way to self-reflect on your own leadership skills even if you aren’t planning on applying for a role at Amazon. If you are preparing for an interview with the company, we suggest preparing a handful of your best stories that are broad enough to fit a wide range of potential questions and scenarios. Of course, above all, be genuine in your responses. Amazon continues to test for these leadership principles on the job as well, so you’ll want to make sure you truly are a good fit for the company.
| #!/bin/bash | |
| ## Copyright (C) 2020-2022 Aditya Shakya <adi1090x@gmail.com> | |
| ## Everyone is permitted to copy and distribute copies of this file under GNU-GPL3 | |
| ## Script To Manage Speaker Volume For Archcraft. | |
| # icons | |
| iDIR='/usr/share/archcraft/icons/dunst' |
| [Shortcuts] | |
| add_digital_signature=none | |
| annotationToolBar=none | |
| annotation_arrow=Alt+9 | |
| annotation_bookmark=Ctrl+Shift+B | |
| annotation_constrain_ratio_angle=none | |
| annotation_ellipse=none | |
| annotation_freehand_line=Alt+8 | |
| annotation_highlighter=Alt+1 | |
| annotation_inline_note=Alt+6 |
| {"name":"25102023","settings":"{\"settings\":\"{\\n\\t\\\"tabnine.experimentalAutoImports\\\": true,\\n\\t\\\"files.exclude\\\": {\\n\\t\\t\\\"**/.classpath\\\": true,\\n\\t\\t\\\"**/.project\\\": true,\\n\\t\\t\\\"**/.settings\\\": true,\\n\\t\\t\\\"**/.factorypath\\\": true\\n\\t},\\n\\t\\\"[javascript]\\\": {\\n\\t\\t\\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n\\t},\\n\\t\\\"[json]\\\": {\\n\\t\\t\\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n\\t},\\n\\t\\\"workbench.colorCustomizations\\\": {\\n\\t\\t\\\"activityBarBadge.background\\\": \\\"#84FFFF\\\",\\n\\t\\t\\\"activityBar.activeBorder\\\": \\\"#84FFFF\\\",\\n\\t\\t\\\"list.activeSelectionForeground\\\": \\\"#84FFFF\\\",\\n\\t\\t\\\"list.inactiveSelectionForeground\\\": \\\"#84FFFF\\\",\\n\\t\\t\\\"list.highlightForeground\\\": \\\"#84FFFF\\\",\\n\\t\\t\\\"scrollbarSlider.activeBackground\\\": \\\"#84FFFF50\\\",\\n\\t\\t\\\"editorSuggestWidget.highlightForeground\\\": \\\"#84FFFF\\\",\\n\\t\\t\\\"textLink.foreg |
| #!/bin/bash | |
| # Check if GPUTargetFanSpeed parameter is provided | |
| if [ -z "$1" ] | |
| then | |
| echo "Usage: $0 <GPUTargetFanSpeed>" | |
| exit 1 | |
| fi | |
| GPUTargetFanSpeed=$1 |
| <mxfile host="65bd71144e"> | |
| <diagram id="asBEez4a3yS8nzwyn1wb" name="Page-1"> | |
| <mxGraphModel dx="3550" dy="2230" grid="0" gridSize="10" guides="0" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1920" pageHeight="1200" background="#B3B3B3" math="0" shadow="0"> | |
| <root> | |
| <mxCell id="0"/> | |
| <mxCell id="1" parent="0"/> | |
| <mxCell id="2" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;perimeterSpacing=0;container=0;fillColor=none;strokeColor=#666666;" parent="1" vertex="1"> | |
| <mxGeometry x="500" y="500" width="1000" height="1000" as="geometry"/> | |
| </mxCell> | |
| <mxCell id="95" value="" style="endArrow=none;html=1;strokeColor=#666666;" parent="1" edge="1"> |