aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/core.org
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-04-23 01:41:19 +0530
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-04-23 01:41:19 +0530
commit50a3add8751ce1b32045c18edd528460815e33e0 (patch)
tree66cda1c2f425c57955ffeffd2d5528dba3c8fc37 /Emacs/.config/emacs/core.org
parenta35eeb19b96a2de797df192664c5480d3c5507c7 (diff)
downloaddotfiles-50a3add8751ce1b32045c18edd528460815e33e0.tar.gz
dotfiles-50a3add8751ce1b32045c18edd528460815e33e0.tar.bz2
dotfiles-50a3add8751ce1b32045c18edd528460815e33e0.zip
(Emacs/core)+some more bindings
Diffstat (limited to 'Emacs/.config/emacs/core.org')
-rw-r--r--Emacs/.config/emacs/core.org5
1 files changed, 2 insertions, 3 deletions
diff --git a/Emacs/.config/emacs/core.org b/Emacs/.config/emacs/core.org
index ef0270b..8ad8c4d 100644
--- a/Emacs/.config/emacs/core.org
+++ b/Emacs/.config/emacs/core.org
@@ -181,6 +181,7 @@ Setup the evil package, with some opinionated keybindings:
:general
(leader
"w" '(evil-window-map :which-key "Window")
+ "wT" #'window-swap-states ; transpose two windows
"wd" #'delete-frame)
(nmmap
@@ -512,9 +513,7 @@ just setup some evil binds for company.
(eshell-mode-hook . company-mode)
:general
(imap
- "C-SPC" #'company-complete)
- (general-def
- :states '(normal insert)
+ "C-SPC" #'company-complete
"M-j" #'company-select-next
"M-k" #'company-select-previous))
#+end_src