This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | set number | |
| set relativenumber | |
| vnoremap <C-c> "*y :let @+=@*<CR> | |
| map <C-v> "+P | |
| set foldlevel=100000 | |
| command! JsonFormat :execute '%!python -m json.tool' | |
| \ | :execute '%!python -c "import re,sys;chr=__builtins__.__dict__.get(\"unichr\", chr);sys.stdout.write(re.sub(r\"\\\\u[0-9a-f]{4}\", lambda x: chr(int(\"0x\" + x. group(0)[2:], 16)).encode(\"utf-8\"), sys.stdin.read()))"' | |
| \ | :set ft=javascript | |
| \ | :1 | |
| nnoremap <C-S-Up> ddP | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | var raf = requestAnimationFrame; | |
| var frame = 0; | |
| var lastTime = Date.now(); | |
| var loop = function() { | |
| var now = Date.now(); | |
| frame++; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /*!-------------------------------------------------------- | |
| * Copyright (C) Microsoft Corporation. All rights reserved. | |
| *--------------------------------------------------------*/ | |
| /*----------------------- user css start ---------------------------------*/ | |
| *{ | |
| box-shadow: none!important | |
| } | |
| body { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Document</title> | |
| </head> | |
| <body> | |
| </body> | |
| </html> |