Skip to content

Instantly share code, notes, and snippets.

View mplodowski's full-sized avatar

Michał Płodowski mplodowski

View GitHub Profile
@mplodowski
mplodowski / full-calendar-hot.js
Created October 20, 2023 11:51
Full calendar Hot Control
<script>
addEventListener('page:loaded', function () {
if (!document.getElementById('r-calendar')) {
return;
}
oc.registerControl('full-calendar', class extends oc.ControlBase {
init() {
this.calendar = new FullCalendar.Calendar(this.element, {
headerToolbar: {
@mplodowski
mplodowski / vim-commands.md
Last active March 14, 2018 07:11
VIM commands

Modes

i - insert mode
v - visual mode
V - visual line mode

Keys

h - cursor left
l - cursor right