multiple cursors added
This commit is contained in:
parent
0a8df2cbdc
commit
8ea78b322d
2 changed files with 2 additions and 1 deletions
2
.profile
2
.profile
|
@ -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
1
.vimrc
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue