Skip to content

Instantly share code, notes, and snippets.

View nandafirmans's full-sized avatar

Nanda Firmansyah nandafirmans

View GitHub Profile
oh-my-posh init pwsh | Invoke-Expression
Set-PsFzfOption -PSReadlineChordProvider 'Ctrl+t' -PSReadlineChordReverseHistory 'Ctrl+r'
# Shows navigable menu of all options when hitting Tab
Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete
# Autocompletion for arrow keys
Set-PSReadlineKeyHandler -Key UpArrow -Function HistorySearchBackward
Set-PSReadlineKeyHandler -Key DownArrow -Function HistorySearchForward
@nandafirmans
nandafirmans / .wezterm.lua
Last active August 31, 2025 04:10
Wezterm Config
local wezterm = require("wezterm")
local act = wezterm.action
local remapKeys = function()
local keys = "abcdefghijklmnopqrstuvwxyz" -- no c & v
local keymappings = {}
for i = 1, #keys do
local c = keys:sub(i, i)
@nandafirmans
nandafirmans / cloudSettings
Last active July 16, 2020 08:27 — forked from danharper/gulpfile.js
New ES6 project with Babel, Browserify & Gulp
{"lastUpload":"2020-07-16T08:26:58.336Z","extensionVersion":"v3.4.3"}