aboutsummaryrefslogtreecommitdiff
path: root/stow/vim/.vim/rc/maps.vim
diff options
context:
space:
mode:
Diffstat (limited to 'stow/vim/.vim/rc/maps.vim')
-rw-r--r--stow/vim/.vim/rc/maps.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/stow/vim/.vim/rc/maps.vim b/stow/vim/.vim/rc/maps.vim
index 716e8d5..2163f0d 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 :!rifle <cfile> &<CR><CR>
+nnoremap go :!export SXIV_FLOAT=y; o <cfile> &<CR><CR>
nnoremap <C-n> :tabnew<CR>
"nnoremap <Tab> gt "Can't be set without also remapping <C-i>