Guest User

Untitled

a guest
Apr 26th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. " toggle hightlight search
  2. map <F5> :set hls!<bar>set hls?<CR>
  3. " clear search and cler the message - i.e. cls
  4. map <F6> :let @/=''<bar>:echo<CR>
  5. " so that I remember this useful command :-)
  6. map <F2> :perldo
  7.  
  8. set bg=dark
  9. set expandtab
  10. set tabstop=2
  11. set shiftwidth=2
  12.  
  13. autocmd FileType perl set autoindent | set smartindent
Add Comment
Please, Sign In to add comment