Skip to content

Instantly share code, notes, and snippets.

@n00b2pr0
n00b2pr0 / .vimrc
Last active December 12, 2016 02:48
Basic .vimrc
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => General
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Sets how many lines of history VIM has to remember
set history=500
" Set to auto read when a file is changed from the outside
set autoread
" With a map leader it's possible to do extra key combinations
@n00b2pr0
n00b2pr0 / bs3-panel-heading-pagination.html
Last active December 25, 2015 05:49
Snippet for Pagination in Panel Components Heading and Footer in Bootstrap 3
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title pull-left">Panel title</h3>
<ul class="pagination pagination-panel pull-right">
<li><a href="#">«</a></li>
<li class="active"><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
@n00b2pr0
n00b2pr0 / bs3-stacked-panels.html
Last active December 25, 2015 05:48
Snippet for Stacked Panels Component in Bootstrap 3
<div class="panels-stacked">
<div class="panel-heading">CATEGORIES</div>
<div class="panel-body">
Panel Content
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">PRICE</div>
<div class="panel-body">
Panel Content