Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vladkovalch authored Jul 3, 2022
1 parent 246e98a commit c96f7e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
    Here's a compilation of my personal preferences using Visual Studio's VsVim plugin, mainly focused on .NET development using ReSharper.

```vim
set ignorecase " Allows case insensetive search
set ignorecase " Allows case insensitive search
set clipboard=unnamed " Sets system synchronized clipboard register
set number " Activates the line numbering
set relativenumber " Sets relative line numbers. Along with 'number' being set produces hybrid line number mode
set relativenumber " Sets relative line numbers. Along with 'number' being set produces a hybrid line number mode
set smartcase " Case insensitive search unless the search pattern contains an uppercase character
set cursorline " Highlights the current line
Expand All @@ -18,7 +18,7 @@ set vsvim_hidemarks=<>[]^.'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
" Disables recording feature
map q <NOP>
" Unbinds the Space key (as it used as a modificator in other mappings)
" Unbinds the Space key (as it's used as a modificator in other mappings)
map <Space> <NOP>
" Space + w(indow) + p(in) - Toggles document's pin status
Expand Down

0 comments on commit c96f7e2

Please sign in to comment.