diff options
Diffstat (limited to 'stow/vim/.vim/rc/maps.vim')
-rw-r--r-- | stow/vim/.vim/rc/maps.vim | 2 |
1 files changed, 1 insertions, 1 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> |