mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-04 23:17:22 +01:00
erm, typo that cheated on me
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# VIM CHEETSHEET
|
||||
# VIM CHEAT SHEET
|
||||
|
||||
Generel stuff that I need to get into my muscle memory.
|
||||
|
||||
4
vimrc
4
vimrc
@@ -196,8 +196,8 @@ nnoremap gV `[v`]
|
||||
"" fast editing of the .vimrc
|
||||
nnoremap <silent> <leader>ev :e $MYVIMRC<cr>
|
||||
|
||||
"" cheetsheet
|
||||
nnoremap <silent> <leader>ec :e ~/.vim/cheetsheet.md<cr>
|
||||
"" cheatsheet
|
||||
nnoremap <silent> <leader>ec :e ~/.vim/cheatsheet.md<cr>
|
||||
|
||||
" debugging, use leader-DD to start, do a slow action, then leader-DQ to
|
||||
" finish. Your output will be in profile.log
|
||||
|
||||
Reference in New Issue
Block a user