Skip to content

Instantly share code, notes, and snippets.

@AlskaPark
AlskaPark / keybindings.json
Created October 17, 2019 14:45
vscode keybindings.json
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+m",
"command": "-editor.action.toggleTabFocusMode"
},
{
"key": "alt+oem_period",
"command": "editor.action.revealDefinition"
},
@AlskaPark
AlskaPark / .vimrc
Last active September 6, 2015 05:41
.vimrc
set encoding=utf8
set nocompatible
filetype off
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" let Vundle manage Vundle, required