I hereby claim:
- I am viniciusban on github.
- I am viniciusban (https://keybase.io/viniciusban) on keybase.
- I have a public key ASAVZBinTkSjynTnLZOBiJriADJUiQWgFKQwon3jtGeuoAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# functions.py | |
class CustomPessoa: | |
def __init__(self, *args, **kwargs): | |
for (k, v) in kwargs.items(): | |
setattr(self, k, v) | |
def target_function(pessoa, outro_arg): |
Answer by Jim Dennis on Stack Overflow question http://stackoverflow.com/questions/1218390/what-is-your-most-productive-shortcut-with-vim/1220118#1220118
Your problem with Vim is that you don't grok vi.
You mention cutting with yy and complain that you almost never want to cut whole lines. In fact programmers, editing source code, very often want to work on whole lines, ranges of lines and blocks of code. However, yy is only one of many way to yank text into the anonymous copy buffer (or "register" as it's called in vi).
The "Zen" of vi is that you're speaking a language. The initial y is a verb. The statement yy is a simple statement which is, essentially, an abbreviation for 0 y$:
0 go to the beginning of this line. y yank from here (up to where?)
Follow these rules below.
Follow PEP 8.
As a summary:
Reference other issues and commits in body.
.end
Most of programs will not accept an email using just @localhost as domain.
So, edit /etc/hosts
file to make the domain localhost.com point to your machine, including this content to the file:
127.0.0.1 localhost.com
It's definitely a work in progress.
Inspired by Github API v3 and Gitlab API.
Projects:
john:hey,Iamjohn.:John Doe |
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUFIov46XUlv2asCgDacXFEfJC3f0Wd4bgZ4EkT++D+15IrqzuMtf5IY/n4fi0ZYcBPbWoTOx6kP/80tOT4XZhUqxZ8GXjJAoKzJS+rNIysO4P5jpZh6y3zr7OlWchHBaYtMo+VrT6KIbEPL+iUcv3XozTB6hyPF3gIhnjv0X9pAykvTIqUoosJJu127ljuIT4XUqUs3TLlrAGD52rNdKSnOYioybJWsWPkWv1zkf/9lmA/ZLVP0tsCAwHV6MVF2OwWtdUEKA1HL541aQl3QMzLopk8JKIIWETQOPPel5TWbNEFMwZcdJTIavqahAcN7Q/hIWHZVMpGGCTgPckFi+j viniciusban@PINGO |