Skip to content

Commit d15c899

Browse files
authored
🌟 update my_configs.vim : yank highlight and autosave
1 parent 0ced6d6 commit d15c899

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

my_configs.vim

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
" General Settings
44

5+
" set highlight to 1000 ms
6+
let g:highlightedyank_highlight_duration = 1000
7+
8+
" auto save file
9+
autocmd CursorHoldI,CursorHold * silent! update
10+
511
set nocompatible " not compatible with the old-fashion vi mode
612
set bs=2 " allow backspacing over everything in insert mode
713
set ruler " show the cursor position all the time

0 commit comments

Comments
 (0)