Add short to open sxiv in current folder

This commit is contained in:
Thomas Dehaeze 2020-05-26 10:56:21 +02:00
parent 0e1c98253d
commit 156b805d59

View File

@ -17,6 +17,7 @@
#+HTML_HEAD: <script type="text/javascript" src="./js/readtheorg.js"></script> #+HTML_HEAD: <script type="text/javascript" src="./js/readtheorg.js"></script>
:END: :END:
* Documentation
#+begin_quote #+begin_quote
%f the highlighted file %f the highlighted file
%d the path of the current directory %d the path of the current directory
@ -225,6 +226,11 @@ Magit Status
map ,gs shell emacsclient -create-frame --alternate-editor="" -n --eval '(magit-status)' map ,gs shell emacsclient -create-frame --alternate-editor="" -n --eval '(magit-status)'
#+END_SRC #+END_SRC
Open SXIV on current directory
#+BEGIN_SRC conf
map ,s shell nohup sxiv -t %d &
#+END_SRC
Upload with 0x0 (previously Tansfer.sh) Upload with 0x0 (previously Tansfer.sh)
#+BEGIN_SRC conf #+BEGIN_SRC conf
map ,t shell upload %f map ,t shell upload %f