summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-11-16 12:25:06 -0500
committerLuke Smith <luke@lukesmith.xyz>2018-11-16 12:25:06 -0500
commit8ea78b322d452e6b5f0731a3a037b1e010c81353 (patch)
tree11753fbae8730b411382cee4a26640415b9dd723
parent0a8df2cbdc44accb451fc092448ef3154a38bed0 (diff)
downloadeibhear-8ea78b322d452e6b5f0731a3a037b1e010c81353.tar.gz
eibhear-8ea78b322d452e6b5f0731a3a037b1e010c81353.tar.zst
eibhear-8ea78b322d452e6b5f0731a3a037b1e010c81353.zip
multiple cursors added
-rw-r--r--.profile2
-rw-r--r--.vimrc1
2 files changed, 2 insertions, 1 deletions
diff --git a/.profile b/.profile
index 7a1c1df..25cb6bc 100644
--- a/.profile
+++ b/.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
diff --git a/.vimrc b/.vimrc
index fcc4742..a4a4993 100644
--- a/.vimrc
+++ b/.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: