Skip to content

Commit 27e828d

Browse files
committed
Adding commentary to _vimrc
1 parent 9c27a06 commit 27e828d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_vimrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ source $HOME/_vimrc-notused
1111

1212
set nocompatible
1313

14-
set showmode
15-
set showcmd
14+
set showmode " show the mode we are in (Insert, visual, etc)
15+
set showcmd " Show partial command
1616

1717
" Formatting
1818
set encoding=utf-8

0 commit comments

Comments
 (0)