Skip to content

Instantly share code, notes, and snippets.

View stillli's full-sized avatar

stillli

  • New York City
View GitHub Profile
@stillli
stillli / .ideavimrc
Last active November 6, 2022 07:04
jetbrains ideavim vimrc with spacemacs keybinding
""" Map leader to space ---------------------
let mapleader=" "
""" Plugin
set easymotion
""" Common settings -------------------------
" relative line number in order to perform 'number + j/k' jump
set nu
set relativenumber
// convert from Obsidian to Foam, keep non-English file name and link
// foam-obsidian-importer.js
// Import from obsidian to foam
// fork from author lelesrc here https://gist.github.com/lelesrc/54fb5a1d7b22668543ace2764173992a
//
// • Copy all files recursively from SRC_DIR to DST_DIR.
// • For each .md file:
// - rename to kebab-case.md
// - add header "# filename /n/n"