Skip to content

Instantly share code, notes, and snippets.

@drslump73
drslump73 / config.vim
Last active January 22, 2019 21:43
spacevim config
# at .SpaceVim.d/autoload/config.vim
func! config#before() abort
let g:mapleader=','
set conceallevel=0
endf
func! config#after() abort
let g:mapleader=','
spc f f find file, create file
spc b b mini buffer(find and open previously opened file)
spc j I imenu function list(search function lists)
spc f t toggle neotree
spc 0 go to neotree window
spc 1..9 go to numbered window
spc f j dired jump (file manager)
spc a r ranger (another file manager)
spc f s save file
spc q q quit spacemacs editor
@drslump73
drslump73 / .spacemacs
Last active January 25, 2018 02:01
My personal .spacemacs setting
;; -*- mode: emacs-lisp -*-
;; This file is loaded by Spacemacs at startup.
;; It must be stored in your home directory.
(defun dotspacemacs/layers ()
"Configuration Layers declaration.
You should not put any user code in this function besides modifying the variable
values."
(setq-default
;; Base distribution to use. This is a layer contained in the directory