Skip to content

Instantly share code, notes, and snippets.

@yaaase
yaaase / keybase.md
Created February 5, 2020 15:52
keybase.md

Keybase proof

I hereby claim:

  • I am yaaase on github.
  • I am yaaase (https://keybase.io/yaaase) on keybase.
  • I have a public key ASCUD6sNbU_h3paqFCigQ_7VDsA-hakP7X4myegxHszzhAo

To claim this, I am signing this object:

set nocompatible
syntax on
filetype off
" set the runtime path to include Vundle and initialize
set rtp+=~/.config/nvim/bundle/Vundle.vim
call vundle#begin('~/.config/nvim/bundle')
" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'
@yaaase
yaaase / baderrors.go
Last active October 6, 2019 20:51
baderrors.go
package main
import "fmt"
// make a custom error type
type MyError struct{}
// satisfy the Error interface
func (e *MyError) Error() string {
return ""
# Set prefix command to Control-\
unbind-key C-b
set-option -g prefix 'C-\'
# '
# count new windows from 1
set -g base-index 1
# Set status bar
set -g status-bg black