diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-05 00:30:46 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-05 00:30:46 +0100 |
commit | df435deda17e75eb994305a49e6d94685a40d2c2 (patch) | |
tree | 2751ec322527e44ead7215e8f0f314ae880406c7 /dotfiles | |
parent | Dofiles: Emacs: Fix auto save visited mode (diff) | |
download | nixos-config-df435deda17e75eb994305a49e6d94685a40d2c2.tar.gz nixos-config-df435deda17e75eb994305a49e6d94685a40d2c2.tar.bz2 nixos-config-df435deda17e75eb994305a49e6d94685a40d2c2.zip |
Dofiles: Emacs: Change tabs keybind
Diffstat (limited to 'dotfiles')
-rw-r--r-- | dotfiles/.emacs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.emacs b/dotfiles/.emacs index e4dfd5a..a457b29 100644 --- a/dotfiles/.emacs +++ b/dotfiles/.emacs @@ -224,7 +224,7 @@ :ensure t :bind (:map evil-normal-state-map - ("C-t" . centaur-tabs-mode))) + ("C-S-t" . centaur-tabs-mode))) (eval-after-load 'dired '(evil-define-key 'normal dired-mode-map [mouse-2] 'dired-mouse-find-file) |