diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-11-16 12:25:06 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-11-16 12:25:06 -0500 |
| commit | 8ea78b322d452e6b5f0731a3a037b1e010c81353 (patch) | |
| tree | 11753fbae8730b411382cee4a26640415b9dd723 | |
| parent | 0a8df2cbdc44accb451fc092448ef3154a38bed0 (diff) | |
| download | eibhear-8ea78b322d452e6b5f0731a3a037b1e010c81353.tar.gz eibhear-8ea78b322d452e6b5f0731a3a037b1e010c81353.tar.zst eibhear-8ea78b322d452e6b5f0731a3a037b1e010c81353.zip | |
multiple cursors added
| -rw-r--r-- | .profile | 2 | ||||
| -rw-r--r-- | .vimrc | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -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 @@ -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: |
