Posts by Diovani • 3 points
3 posts
-
-1
votes1
answer42
viewsQ: In-line verification in Python 3
I want to put the value of a variable and if that value is not available put another. EX: variavel = 1 || 0 This is possible in Javascript, but I want to know if there is any way to do it in python.…
-
-1
votes1
answer71
viewsQ: Bash alias to create runtime script
I want to create an alias to make an executable script, already tried to add to .bash_aliases and to the .bashrc commando: alias mksh='touch $1 && chmod +x $1'…
-
0
votes0
answers22
viewsQ: I came keymap to paste something copied out in normal mode
I’m trying to make a shortcut to paste something copied from the outside in Vim in normal mode but I’m not getting it: nnoremap <C-S-p> i<C-S-v><ESC>