Skip to content

Instantly share code, notes, and snippets.

View BubbatheVTOG's full-sized avatar

Bubba Lichvar BubbatheVTOG

  • M&T Technology
  • Buffalo, New York
View GitHub Profile
alias vd='docker run --rm -ti --user $UID -v $(pwd):/home/nvim/mountpoint bubbathevtog/nvim:tenXdev'
@BubbatheVTOG
BubbatheVTOG / autoexec.cfg
Last active August 9, 2020 22:58
CSGO Auto Exec Configuration
//Place this file in:
//C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg\autoexec.cfg
//Launch Options
//-novid -high -tickrate 128 -w 1920 -h 1080 -windowed -noborder +exec autoexec.cfg
//Multithreaded graphic texture loading
cl_forcepreload 1
mat_queue_mode -2
ERROR::Exception in callback (<socket._socketobject object at 0x7f990de70ad0>, <function null_wrapper at 0x7f990c939aa0>)
Traceback (most recent call last):
File "/opt/sickrage/app/lib/tornado/ioloop.py", line 888, in start
handler_func(fd_obj, events)
File "/opt/sickrage/app/lib/tornado/stack_context.py", line 277, in null_wrapper
return fn(*args, **kwargs)
File "/opt/sickrage/app/lib/tornado/netutil.py", line 276, in accept_handler
callback(connection, address)
File "/opt/sickrage/app/lib/tornado/tcpserver.py", line 264, in _handle_connection
do_handshake_on_connect=False)
@BubbatheVTOG
BubbatheVTOG / cVimrc
Created October 6, 2016 02:36
cVimrc
" Sets the Bar at the bottom.
let barposition = "bottom"
" binds {} for scroll up/down
map { scrollPageUp
map } scrollPageDown
" binds <> prev/next in tabs
map < previousTab
map > nextTab