aboutsummaryrefslogtreecommitdiff
path: root/stow/vim/.vim/rc/maps.vim
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2022-08-25 17:24:10 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2022-08-25 17:24:10 +0200
commitbfe848cbe834d65cd8219efde88476a5f39937a8 (patch)
tree6c407480cdf9c50b94b3508daf17d8d809f66536 /stow/vim/.vim/rc/maps.vim
parent423b7174c428ae5f770de4cfb09388e3264194a8 (diff)
downloadconfigs-bfe848cbe834d65cd8219efde88476a5f39937a8.tar.gz
configs-bfe848cbe834d65cd8219efde88476a5f39937a8.zip
vim ftplugin: npm server start for typescript, floating sxiv and less vimwikis.
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>