Skip to content

Instantly share code, notes, and snippets.

View jserpapinto's full-sized avatar

Serpa jserpapinto

  • Porto, Portugal
View GitHub Profile
alias poe="poetry run"
alias ippub="curl http://ifconfig.me"
alias k="kubectl"
alias t="terraform"
alias ls="exa"
alias cat="bat --paging=never -p"
alias less="bat"
alias ccat="/bin/cat"
@jserpapinto
jserpapinto / .vimrc
Created May 24, 2023 08:19
Vim configuration file
let mapleader=" "
nnoremap <SPACE> <Nop>
set nocompatible " be iMproved, required
filetype off " required
" Vundle begin
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim' " let Vundle manage Vundle, required