Skip to content

Instantly share code, notes, and snippets.

prim waxy teeth shiv
{
"kae": "d",
"kp": "-2",
"kl": "hk-tzh",
"kak": "-1",
"kap": "-1",
"kaq": "-1",
"k1": "-1",
GNU nano, version 5.2
(C) 1999-2011, 2013-2020 Free Software Foundation, Inc.
(C) 2014-2020 the contributors to nano
Email: [email protected] Web: https://nano-editor.org/
Compiled options: --disable-libmagic --enable-utf8
nano -AEUZi -T 2 src/main.rs
@echo off
FOR %%F IN (*.pdf) DO (
set filename=%%F
goto tests
)
:tests
set src=%filename%
set dst=%cd%
local ok, msg = pcall(function()
vis.lexers = {}
vis.lexers = require('lexer')
end)
if not ok then
vis:info('WARNING: could not load lexer module, is lpeg installed?')
end
vis.events = {}
@mkc188
mkc188 / vividchalkish.itermcolors
Created August 3, 2016 13:28 — forked from theconektd/vividchalkish.itermcolors
Colors for iTerm that are pretty close to vividchalk.vim
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Ansi 0 Color</key>
<dict>
<key>Blue Component</key>
<real>0.0</real>
<key>Green Component</key>
<real>0.0</real>
I had the same problems.You have to force 3d.
Now I have successfully enabled opengl driver.I use XFCE desktop.
.
Edit /boot/config.txt and delete the lines that sets hdmi group and hdmi mode and add these lines...
hdmi_force_edid_3d=1
avoid_warnings=2
let g:signify_vcs_cmds = { 'svn': 'svn diff -r PREV:COMMITTED --diff-cmd %d -x -U0 -- %f' }
2015-06-27 13:18:42 +0800
python
-c
import setuptools, tokenize
__file__ = 'setup.py'
exec(compile(getattr(tokenize, 'open', open)(__file__).read()
.replace('\r\n', '\n'), __file__, 'exec'))
--no-user-cfg
install
export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
locale-gen en_US.UTF-8
dpkg-reconfigure locales
!
! Swap Caps_Lock and Control_L
!
remove Lock = Caps_Lock
remove Control = Control_L
keysym Menu = Caps_Lock
keysym Caps_Lock = Control_L
add Lock = Caps_Lock
add Control = Control_L