aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stow/vim/.vim/rc/maps.vim2
-rw-r--r--stow/vim/.vimrc2
2 files changed, 2 insertions, 2 deletions
diff --git a/stow/vim/.vim/rc/maps.vim b/stow/vim/.vim/rc/maps.vim
index e71ec91..716e8d5 100644
--- a/stow/vim/.vim/rc/maps.vim
+++ b/stow/vim/.vim/rc/maps.vim
@@ -51,7 +51,7 @@ nnoremap <leader>sl :set spelllang=
nnoremap <leader>sL :setlocal spelllang=
" Open file under cursor
-nnoremap go :!xdg-open <cfile><CR>
+nnoremap go :!rifle <cfile> &<CR><CR>
nnoremap <C-n> :tabnew<CR>
"nnoremap <Tab> gt "Can't be set without also remapping <C-i>
diff --git a/stow/vim/.vimrc b/stow/vim/.vimrc
index 00bf5ad..db8302a 100644
--- a/stow/vim/.vimrc
+++ b/stow/vim/.vimrc
@@ -18,7 +18,7 @@ Plug 'PotatoesMaster/i3-vim-syntax'
Plug 'arcticicestudio/nord-vim'
Plug 'tpope/vim-surround'
Plug 'tpope/vim-repeat'
-Plug 'psliwka/vim-smoothie'
+"Plug 'psliwka/vim-smoothie'
Plug 'dylanaraps/wal.vim'
source ~/.vim/rc/goyo.vim
source ~/.vim/rc/fzf.vim