Add transpose-frame and keybinding
This commit is contained in:
parent
96ba2676a2
commit
91be50fbcc
@ -1902,6 +1902,15 @@ Keybindings:
|
|||||||
(leader-def-key "Fs" 'jdormit/set-frame-size)
|
(leader-def-key "Fs" 'jdormit/set-frame-size)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
* Transpose Frame
|
||||||
|
A handy utility that reverse the current frame window split (vertical to horizontal or vice-versa):
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package transpose-frame
|
||||||
|
:defer t
|
||||||
|
:init
|
||||||
|
(leader-def-key "wt" 'transpose-frame))
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* EShell
|
* EShell
|
||||||
Easy keybinding to open EShell:
|
Easy keybinding to open EShell:
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user