Skip to content

Commit

Permalink
Remove annoying windows ding while using vim
Browse files Browse the repository at this point in the history
  • Loading branch information
rengler33 committed Apr 11, 2021
1 parent a3817c6 commit d714f4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
" Turn on visualbell to override bell sound (WSL/Windows annoying ding)
set visualbell
" Set length to 0 to avoid the visual flashing that comes with visualbell
set t_vb=

" WSL yank support to enable copying to Windows clipboard from Vim using "*y command
let s:clip = '/c/Windows/System32/clip.exe' " change this path according to your mount point
if executable(s:clip)
Expand Down

0 comments on commit d714f4a

Please sign in to comment.