Skip to content

Commit

Permalink
Remove 0 --> ^ shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
lexjacobs committed Dec 24, 2020
1 parent 15fa0e7 commit 9f64b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrcs/basic.vim
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ set statusline=\ %{HasPaste()}%F%m%r%h\ %w\ \ CWD:\ %r%{getcwd()}%h\ \ \ Line:\
:inoremap jk <Esc>
" Remap VIM 0 to first non-blank character
map 0 ^
" map 0 ^

" Move a line of text using ALT+[jk] or Command+[jk] on mac
nmap <M-j> mz:m+<cr>`z
Expand Down

0 comments on commit 9f64b9b

Please sign in to comment.