Skip to content

Instantly share code, notes, and snippets.

@dabio
Last active April 24, 2017 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dabio/0f4c6fe5a6d99c6ea35cb3889ed689f8 to your computer and use it in GitHub Desktop.
Save dabio/0f4c6fe5a6d99c6ea35cb3889ed689f8 to your computer and use it in GitHub Desktop.
.dotfiles for OpenBSD
set number
set ruler
" searching
set ignorecase
set showmatch
set tabstop=4
set shiftwidth=4
set showmode
" save file with leader w
map ,w :w
" source .exrc when edited
map ,s :so $HOME/.exrc
" edit .exrc file
map ,e :e $HOME/.exrc
[user]
email = dabio@users.noreply.github.com
name = Danilo
[color]
ui = true
[status]
branch = true
[push]
default = simple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment