13 lines
275 B
Plaintext
13 lines
275 B
Plaintext
noremap gu :action FindUsages<CR>
|
|
noremap gs :action SelectIn<CR>
|
|
nnoremap <C-A> ggVG
|
|
|
|
set surround
|
|
set clipboard+=unnamed
|
|
|
|
# Intellimacs
|
|
source ~/.intellimacs/spacemacs.vim
|
|
source ~/.intellimacs/major.vim
|
|
source ~/.intellimacs/hybrid.vim
|
|
source ~/.intellimacs/which-key.vim
|