Skip to content

Commit

Permalink
vim: Remove visualbell
Browse files Browse the repository at this point in the history
  • Loading branch information
Granddave authored Feb 20, 2024
1 parent 250654f commit 50931e9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions vim/.vimrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
noremap <C-e> <C-e><C-e>
noremap <C-y> <C-y><C-y>
" https://gist.githubusercontent.com/simonista/8703722/raw/d08f2b4dc10452b97d3ca15386e9eed457a53c61/.vimrc
set nocompatible
syntax on
Expand All @@ -12,9 +9,6 @@ set number
" Show file stats
set ruler

" Blink cursor on error instead of beeping (grr)
set visualbell

" Encoding
set encoding=utf-8

Expand Down Expand Up @@ -61,5 +55,8 @@ noremap <leader>sl :set list!<CR>
nnoremap <leader>w :update<CR>
noremap <C-e> <C-e><C-e>
noremap <C-y> <C-y><C-y>
set t_Co=256
set background=dark

0 comments on commit 50931e9

Please sign in to comment.