Compare commits
No commits in common. "4392ad0a181ec46ec724f7858c78795464bc9924" and "b9e7107716438727d6e110fc4631673a5947b23a" have entirely different histories.
4392ad0a18
...
b9e7107716
15
init.el
15
init.el
@ -13,17 +13,10 @@
|
|||||||
(setq treemacs-show-hidden-files t) ;; Show hidden files (optional)
|
(setq treemacs-show-hidden-files t) ;; Show hidden files (optional)
|
||||||
(treemacs-fringe-indicator-mode t) ;; Show fringe indicators
|
(treemacs-fringe-indicator-mode t) ;; Show fringe indicators
|
||||||
(treemacs-git-mode 'deferred) ;; Enable Git integration
|
(treemacs-git-mode 'deferred) ;; Enable Git integration
|
||||||
(global-set-key (kbd "C-c \\" ) 'treemacs ) ;; Tree Toggle
|
(global-set-key (kbd "C-\\") 'treemacs-select-window)
|
||||||
(global-set-key (kbd "C-c C-\\" ) 'treemacs-select-window ) ;; Tree Focus
|
(global-set-key (kbd "M-`") 'treemacs-edit-workspaces)
|
||||||
(global-set-key (kbd "C-c M-`" ) 'treemacs-edit-workspaces )
|
(global-set-key (kbd "M-0") 'treemacs-switch-workspace)
|
||||||
(global-set-key (kbd "C-c TAB" ) 'treemacs-next-workspace )
|
) ;; Keybinding to open Treemacs
|
||||||
)
|
|
||||||
(use-package multiple-cursors
|
|
||||||
:ensure t
|
|
||||||
:config
|
|
||||||
(global-set-key (kbd "C-c <down>") 'mc/mark-next-like-this)
|
|
||||||
(global-set-key (kbd "C-c <up>") 'mc/mark-previous-like-this)
|
|
||||||
)
|
|
||||||
|
|
||||||
(custom-set-variables
|
(custom-set-variables
|
||||||
;; custom-set-variables was added by Custom.
|
;; custom-set-variables was added by Custom.
|
||||||
|
Loading…
Reference in New Issue
Block a user