I hereby claim:
- I am aerocross on github.
- I am aerocross (https://keybase.io/aerocross) on keybase.
- I have a public key ASCTAjz-0aJLNAK1MJtJH-AtyCKx6go6xwA7uSIM8va-Uwo
To claim this, I am signing this object:
{ | |
// editor configuration | |
"breadcrumbs.enabled": true, | |
"editor.autoClosingBrackets": "never", | |
"editor.autoClosingQuotes": "never", | |
"editor.fontFamily": "SF Mono, Roboto Mono Medium for Powerline, Menlo, monospace", | |
"editor.fontSize": 14, | |
"editor.lineHeight": 24, | |
"editor.occurrencesHighlight": false, | |
"editor.quickSuggestionsDelay": 0, |
# depends on fzf and ag | |
function search_file_contents() { | |
ag --nobreak --numbers --column --noheading . | \ | |
fzf --exact --delimiter=: --nth=2.. | \ | |
cut -d : -f 1-2 | \ | |
xargs -n 1 code -g $1 | |
} | |
alias f=search_file_contents | |
# without leaving fzf (pressing enter) |
" Basic settings | |
set smoothscroll | |
set noautofocus | |
set noregexp | |
let scrollduration=200 | |
let mapleader = "<Space>" | |
let barposition = "bottom" | |
" Set up search engines |
#!/usr/bin/env ruby | |
require 'pathname' | |
require 'csv' | |
if ARGV.empty? || ARGV[0].empty? || ARGV[1].empty? | |
puts 'Usage: split <file> <number-of-files-to-create>' | |
end | |
file = begin |
I hereby claim:
To claim this, I am signing this object: