Skip to content

Instantly share code, notes, and snippets.

View adisatriakw's full-sized avatar
🏠
Working from home

Adi Satria Kurniawan adisatriakw

🏠
Working from home
  • okadoc
  • indonesia
View GitHub Profile
@adisatriakw
adisatriakw / init.vim
Created April 1, 2024 02:48 — forked from ixahmedxi/init.vim
vscode neovim init.vim
" packadd quickscope
" execute 'luafile ' . stdpath('config') . '/lua/settings.lua'
function! s:manageEditorSize(...)
let count = a:1
let to = a:2
for i in range(1, count ? count : 1)
call VSCodeNotify(to == 'increase' ? 'workbench.action.increaseViewSize' : 'workbench.action.decreaseViewSize')
endfor
endfunction
@adisatriakw
adisatriakw / keybindings.json
Created April 1, 2024 02:48 — forked from ixahmedxi/keybindings.json
Vscode neovim keybindings.json
[
{
"command": "vscode-neovim.compositeEscape1",
"key": "j",
"when": "neovim.mode == insert && editorTextFocus",
"args": "j"
},
{
"command": "vscode-neovim.compositeEscape2",
"key": "k",
@adisatriakw
adisatriakw / settings.json
Created April 1, 2024 02:48 — forked from ixahmedxi/settings.json
VSCode settings.json
{
// open json editor for settings
"workbench.settings.editor": "json",
// Theme
"workbench.colorTheme": "Aura Dark",
"workbench.iconTheme": "moxer-icons",
// Change font
"editor.fontFamily": "Geist Mono",
@adisatriakw
adisatriakw / README.md
Created February 22, 2021 11:35 — forked from lopspower/README.md
Hexadecimal color code for transparency

Hexadecimal color code for transparency

Twitter

How to set transparency with hex value ?

For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.

Download This sample on Google Play Store