Skip to content

Instantly share code, notes, and snippets.

@slve
slve / iterm2-default-profile.json
Last active November 21, 2016 11:54
iterm2-default-profile.json
{
"Custom Directory" : "No",
"Tags" : [
],
"Ansi 12 Color" : {
"Green Component" : 0.3333333432674408,
"Blue Component" : 1,
"Red Component" : 0.3333333432674408
},
{
"libs": [
"ecma5",
"ecma6",
"browser"
],
"loadEagerly": [
],
"plugins": {
"node": {},
@slve
slve / emacs-cheatsheet.md
Last active October 20, 2016 07:30
emacs-cheatesheet / vim-cheatsheet to make the switch easier

VIM and EMACS

VIM                      -> SPACEMACS (vim-mode)
main menu                -> F10
help                     -> SPC h SPC
search in normal buffers -> like in vim /
search in spec buffers   -> C-s
movement in normal buf.  -> like in vim: [hjkl]
movement in spec buffers -> C-[npfb]
center buffer around
@slve
slve / .spacemacs
Last active October 20, 2016 07:27
my custom .spacemac config using helm and vim keybinding
;;; package --- Summary
;;; Commentary:
;; -*- mode: emacs-lisp -*-
;; This file is loaded by Spacemacs at startup.
;; It must be stored in your home directory.
(setq-default exec-path-from-shell-check-startup-files nil)
;;; Code:
(defun dotspacemacs/layers ()
"Configuration Layers declaration.