From e3e0884dbdca529af158e7726718517ec3030412 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Mon, 25 Jul 2022 20:53:01 +0200 Subject: Commented out vim-smoothie plugin and vim macro now opens file under cursor with rifle. --- stow/vim/.vim/rc/maps.vim | 2 +- stow/vim/.vimrc | 2 +- 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 sl :set spelllang= nnoremap sL :setlocal spelllang= " Open file under cursor -nnoremap go :!xdg-open +nnoremap go :!rifle & nnoremap :tabnew "nnoremap gt "Can't be set without also remapping 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 -- cgit v1.2.1