diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-03-29 17:50:38 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-03-29 17:50:38 -0400 |
| commit | 05f46122b5496e43c3725558c606df83530a6daf (patch) | |
| tree | 97a94321d1a6b137f4f0abbba9f457e31affe8a7 /.config/nvim | |
| parent | 4d6173de466bcc466eb7acf8aeb091d5f88fe925 (diff) | |
| download | eibhear-05f46122b5496e43c3725558c606df83530a6daf.tar.gz eibhear-05f46122b5496e43c3725558c606df83530a6daf.tar.zst eibhear-05f46122b5496e43c3725558c606df83530a6daf.zip | |
🦀 ranger is gone! 🦀
Diffstat (limited to '.config/nvim')
| -rw-r--r-- | .config/nvim/init.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index fc0a7dd..9237490 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -101,7 +101,7 @@ set clipboard=unnamedplus " Automatically deletes all trailing whitespace on save. autocmd BufWritePre * %s/\s\+$//e -" When shortcut files are updated, renew bash and ranger configs with new material: +" When shortcut files are updated, renew bash and vifm configs with new material: autocmd BufWritePost ~/.config/bmdirs,~/.config/bmfiles !shortcuts " Run xrdb whenever Xdefaults or Xresources are updated. |
