Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions my_configs.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
" Quick cheatsheet (server/console workflow)
" ,w save
" ,g Ack search (then ,cc opens quickfix)
" ,n / ,p next/prev quickfix hit
" ,nn toggle NERDTree
" ,b CtrlP buffer picker
" ,d toggle gitgutter
" ,a next ALE problem
" F5 strip trailing whitespace
" kj exit insert mode
" Tip: set let g:amix_plugin_profile = 'full' in this file to load all plugins.

inoremap kj <Esc>

"Remove all trailing whitespace by pressing F5
Expand Down