- alt+shift+w: Wrapping content with tag
- super+shift+a: Select content into tag
- super+f2: Toggle bookmark
- f2: Next bookmark
- shift+f2: Previous bookmark
// Media Queries in Sass 3.2 | |
// | |
// These mixins make media queries a breeze with Sass. | |
// The media queries from mobile up until desktop all | |
// trigger at different points along the way | |
// | |
// And important point to remember is that and width | |
// over the portrait width is considered to be part of the | |
// landscape width. This allows us to capture widths of devices | |
// that might not fit the dimensions exactly. This means the break |
var CSSAnimation = (function(window, document, undefined) { | |
'use strict'; | |
function camelCaseEventTypes(prefix) { | |
prefix = prefix || ''; | |
return { | |
start: prefix + 'AnimationStart', | |
end: prefix + 'AnimationEnd', | |
iteration: prefix + 'AnimationIteration' |
set nocompatible | |
" change the mapleader from / to , | |
let mapleader="," | |
execute pathogen#infect() | |
execute pathogen#helptags() | |
filetype plugin indent on " enable detection, plugins and indenting in one step | |
syntax on |
// From https://github.com/d4nyll/lethargy and lightly modified | |
module.exports = function(stability, sensitivity, tolerance) { | |
return new Lethargy(stability, sensitivity, tolerance); | |
}; | |
function Lethargy(stability, sensitivity, tolerance) { | |
// Defaults |
{ | |
"vim.surround": true, | |
"vim.sneak": true, | |
"vim.easymotion": true, | |
"vim.easymotionMarkerFontFamily": "Inconsolata", | |
"vim.easymotionMarkerHeight": 15, | |
"vim.easymotionMarkerFontSize": "14", | |
"vim.easymotionMarkerYOffset": 1, | |
"vim.useSystemClipboard": true, | |
"vim.leader": "space", |
All credit goes to Alexander Rink—https://twitter.com/rcvd_io/status/1363964106928234499
Source: https://roamresearch.com/#/app/brnpblc/page/ng-L26_Gt
I have only extracted the CSS from the Roam page to this Gist.
How to use: