This commit is contained in:
Andre Schaf 2026-05-20 23:23:39 +02:00
parent 9fff280ec1
commit 9193e528cb

View file

@ -6,6 +6,7 @@
(scroll-bar-mode 0)
(column-number-mode 1)
(setq select-enable-clipboard t)
(setq-default truncate-lines t)
(setq make-backup-files nil
auto-save-default nil)
@ -67,7 +68,8 @@
(global-set-key (kbd "C-w") nil) ;; free C-w as prefix
(define-key global-map (kbd "C-w z") 'zoom-window-zoom)
(define-key global-map (kbd "C-c f f") 'fzf-find-file)
(define-key global-map (kbd "C-c f b") 'ibuffer)
(define-key global-map (kbd "C-c f f") 'fzf-git-files)
(define-key global-map (kbd "C-c f a") 'fzf-find-file)
(define-key global-map (kbd "C-c f b") 'fzf-switch-buffer)
(load-theme 'misterioso)