Skip to content

Instantly share code, notes, and snippets.

set smoothscroll
set noautofocus
let linkHintCharacters = "sadfjklewcmpgh"
map R reloadTabUncached
@iynaix
iynaix / cloudSettings
Last active November 26, 2019 06:45
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-11-26T06:45:28.317Z","extensionVersion":"v3.4.3"}
@iynaix
iynaix / wintool.py
Created November 6, 2017 05:46
Application Switching and Launch Utility
#! /usr/bin/env python3
"""
USAGE:
1. Put this script somewhere on yout path
2. Assign a keyboard shortcut for opening this script with for your target
application, e.g.
Ctrl-Alt-Shift-1 to launch "wintool chrome"
3. Defaults are provided in the APP_PATHS, modify as necessary
@iynaix
iynaix / gist:2983618
Created June 24, 2012 15:07
Mapping to insert the super() call of the current method in python
" inserts the super(<class_name>, self).<method_name>(<method_args>) for python
nnoremap <leader>ps mz?^class<CR>w"cyiw'zasuper(<C-R>c, self).<C-C>?def <CR>w"cy$gi<C-R>c<C-C>x%ldW:s/=.\{-\},/,/ge<CR>:noh<CR>$