Skip to content

Instantly share code, notes, and snippets.

View dilannery's full-sized avatar
:shipit:

Dilan Nery Lopes dilannery

:shipit:
View GitHub Profile
@di3goleite
di3goleite / vimrc
Last active September 20, 2015 15:38
Annotations for my future vimrc
# fonts
## solve Terminess Font problem on Ubuntu
## https://github.com/powerline/fonts/pull/79#issuecomment-64906357
https://github.com/powerline/fonts
http://larsenwork.com/monoid/
# color-scheme
## dark
http://vimcolors.com/289/onedark/dark
https://github.com/zenorocha/dracula-theme
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!--
Documented at
http://linux.die.net/man/5/fonts-conf
To check font mapping run the command at terminal
$ fc-match 'helvetica Neue'
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active May 13, 2025 13:48
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname