Skip to content

Commit

Permalink
Remove relative line # and PCRE searches
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarblom committed Jan 1, 2013
1 parent ecc6791 commit 7fd5206
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .vimrc
Expand Up @@ -167,8 +167,6 @@ noremap L $
nnoremap * *<C-o>
vmap <leader>c :CommentReg<CR>
vmap <leader>u :UnCommentReg<CR>
" PCRE
noremap / /\v
" Sudo trick
cnoremap w!! %!sudo tee > /dev/null %
Expand All @@ -192,8 +190,6 @@ set ttyfast
set ssop-=options "Don't store setting values in the session
set noesckeys
set autoread
set relativenumber


function! GetSelection()
let l:cursorpos = getpos(".")
Expand Down

0 comments on commit 7fd5206

Please sign in to comment.