I hereby claim:
- I am eriteric on github.
- I am erit (https://keybase.io/erit) on keybase.
- I have a public key ASBCFL_V8fVQmMb9A7x0ok1OUd-QJ-4bSBwmmjt0QQvy_Qo
To claim this, I am signing this object:
#!/bin/bash | |
# | |
# Copyright 2018 - 2019 Raptor Engineering, LLC | |
# Released under the terms of the GPL v3 | |
# ***** BMC PINMUX ***** | |
# HACK | |
# Work around pinmux hog failure on cold boot | |
# Remove this block once the pinmux is fixed in the kernel! |
--- ----------------- ---- | |
Map Quick Explanation Link | |
--- ----------------- ---- | |
< <F1> Causes Netrw to issue help | |
<cr> Netrw will enter the directory or read the file |netrw-cr| | |
<del> Netrw will attempt to remove the file/directory |netrw-del| | |
<c-h> Edit file hiding list |netrw-ctrl-h| | |
<c-l> Causes Netrw to refresh the directory listing |netrw-ctrl-l| | |
<c-r> Browse using a gvim server |netrw-ctrl-r| | |
<c-tab> Shrink/expand a netrw/explore window |netrw-c-tab| |
I hereby claim:
To claim this, I am signing this object:
.form-control:focus { | |
border-color: #FF0000; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6); | |
} |
// from: http://julienmelissas.com/no-gutter-column-trick-for-bootstrap/ | |
.row.no-gutters { | |
margin-right: 0; | |
margin-left: 0; | |
& > [class^="col-"], | |
& > [class*=" col-"] { | |
padding-right: 0; | |
padding-left: 0; | |
} |