Ranger: custom bindings are accessible using comma
This commit is contained in:
parent
6db22475e6
commit
207c45c6b2
@ -208,17 +208,22 @@ alias travel scout -aefiklst
|
|||||||
** Some Custom Keybindings
|
** Some Custom Keybindings
|
||||||
*** Extract
|
*** Extract
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
map X shell extract %f
|
map ,x shell extract %f
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** TODO Compress
|
*** TODO Compress
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
map Z shell tar -cvzf %f.tar.gz %f
|
map ,z shell tar -cvzf %f.tar.gz %f
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** Delete first page of pdf
|
*** Delete first page of pdf
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
map Cp shell ~/scripts/pdf-delete-first-page.sh %f
|
map ,d shell ~/scripts/pdf-delete-first-page.sh %f
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
|
*** Magit Status
|
||||||
|
#+BEGIN_SRC conf
|
||||||
|
map ,gs shell emacsclient -create-frame --alternate-editor="" --eval '(magit-status)'
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Define keys for the browser
|
** Define keys for the browser
|
||||||
|
@ -776,7 +776,7 @@ let g:indentLine_color_term = 239
|
|||||||
let g:webdevicons_enable_ctrlp = 1
|
let g:webdevicons_enable_ctrlp = 1
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** junegunn/goyo.vim
|
** TODO [#B] junegunn/goyo.vim
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
let g:goyo_width=100
|
let g:goyo_width=100
|
||||||
let g:goyo_margin_top = 2
|
let g:goyo_margin_top = 2
|
||||||
|
Loading…
Reference in New Issue
Block a user