Add short to open sxiv in current folder
This commit is contained in:
parent
0e1c98253d
commit
156b805d59
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user