multiple cursors added

This commit is contained in:
Luke Smith 2018-11-16 12:25:06 -05:00
parent 0a8df2cbdc
commit 8ea78b322d
2 changed files with 2 additions and 1 deletions

View file

@ -11,7 +11,7 @@ export READER="zathura"
export BIB="$HOME/Documents/LaTeX/uni.bib"
export REFER="$HOME/.referbib"
[ ! -f ~/.shortcuts ] && shortcuts 2>/dev/null
[ ! -f ~/.shortcuts ] && shortcuts >/dev/null 2>&1
[ -f ~/.bashrc ] && source ~/.bashrc

1
.vimrc
View file

@ -13,6 +13,7 @@ Plug 'jreybert/vimagit'
Plug 'LukeSmithxyz/vimling'
Plug 'vimwiki/vimwiki'
Plug 'dylanaraps/wal.vim'
Plug 'terryma/vim-multiple-cursors'
call plug#end()
" Some basics: