Skip to content

Instantly share code, notes, and snippets.

set ignorecase
set smartcase
set scrolloff=3 " 3 lines above/below cursor when scrolling
" Emulated Plugins
set surround
" set easymotion
set NERDTree
" Copy to system clipboard as well
@dewaka
dewaka / init.lua
Last active March 22, 2024 23:29
-- Hammerspoon configuration, heavily influenced by sdegutis default configuration
-- https://github.com/Hammerspoon/hammerspoon/wiki/ztomer's-init.lua
-- init grid
hs.grid.MARGINX = 0
hs.grid.MARGINY = 0
hs.grid.GRIDWIDTH = 16
hs.grid.GRIDHEIGHT = 10
-- disable animation
@dewaka
dewaka / pkgsrc-install.sh
Created August 28, 2017 14:26
Install pkgsrc on Linux as non-root user
#!/usr/bin/env sh
mkdir ~/build
cd ~/build
# get the current version
wget http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc.tar.gz
# unpack
tar xvf pkgsrc.tar.gz
@dewaka
dewaka / Win10.ahk
Last active November 23, 2021 08:18
; Launch or focus Applications
appFlapper(exePath) {
exeName := substr(exePath, instr(exePath, "\",, 0)+1)
IfWinExist, % "ahk_exe " exeName
{
IfWinActive
{
WinWait, ahk_exe %exeName%
WinMinimize
itemlost_becauseof(shoe, nail).
itemlost_becauseof(horse, shoe).
itemlost_becauseof(rider, horse).
itemlost_becauseof(battle, rider).
itemlost_becauseof(kingdom, battle).
write_poem(ItemLost) :-
write_poem_aux(ItemLost);
write_last_line(ItemLost).
### Default jumpapp key bindings ###
super + ctrl + {g,space,f,c,t,e,v,x,k,o,b,p,d,a}
jumpapp -m {google-chrome,google-chrome,firefox,xfce4-terminal,xfce4-terminal,emacs,gvim,xfce4-taskmanager,gitkraken,libreoffice,bcompare,pavucontrol,atril,anki}
super + space
jumpapp -m xfce4-terminal
super + {alt + space, bracketright}
jumpapp -m emacs
# Config to fix z.lua
# See - https://github.com/skywind3000/z.lua/issues/47
set -gx _ZL_CD cd
alias t "tmux"
# alias e "edit_files"
alias e "$EDITOR (fzf -m --reverse --height 40%)"
alias o "exo-open 2>/dev/null"
alias ec "emacsclient -nw"
alias vo "vim (fzf -m --reverse --height 40%)"
# source '/usr/share/tmux/powerline.conf'
# source '/usr/lib/python3.5/site-packages/powerline/bindings/tmux/powerline.conf'
# Default shell to fish
set-option -g default-shell "/home/chathura/.nix-profile/bin/fish"
# remap prefix to Control + a
set -g prefix C-a
unbind C-b
bind C-a send-prefix

Keybase proof

I hereby claim:

  • I am dewaka on github.
  • I am dewaka (https://keybase.io/dewaka) on keybase.
  • I have a public key whose fingerprint is D736 AC36 64C6 8357 0600 B686 06F9 E16C D9A7 5C97

To claim this, I am signing this object: