Skip to content
This repository has been archived by the owner on Aug 22, 2021. It is now read-only.

Commit

Permalink
add details
Browse files Browse the repository at this point in the history
  • Loading branch information
toyboot4e committed Dec 1, 2020
1 parent a115b4d commit 1819869
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elisp/ide.el
Expand Up @@ -62,7 +62,7 @@
centaur-tabs-show-navigation-buttons nil
centaur-tabs-set-icons (display-graphic-p)
)
;; (centaur-tabs-group-by-projectile-project)
(centaur-tabs-group-by-projectile-project)

(centaur-tabs-headline-match)
(centaur-tabs-mode t))
Expand Down
9 changes: 8 additions & 1 deletion elisp/keymap.el
Expand Up @@ -242,11 +242,13 @@
" :" #'counsel-M-x
" ;" #'shell-command

" q" #'evil-quit ;; close window
" c" #'kill-this-buffer ;; kill buffer
" C" #'evil-delete-buffer ;; kill buffer and close the window

;; neotree
" nn" #'toy/neo-proj
" nr" #'neotree-refresh
" nt" #'neotree-toggle
" nf" #'neotree-find
" nq" #'neotree-quick-look
Expand Down Expand Up @@ -315,10 +317,15 @@
(dashboard-insert-startupify-lists)
(switch-to-buffer dashboard-buffer-name)

(dashboard-jump-to-projects)
(toy/force-center))

(evil-define-key 'normal 'global
" x" #'toy/reset
)

;; ------------------------------ Japanese ------------------------------

;; 句読点ジャンプ
(define-key evil-read-key-map (kbd "C-j") (kbd ""))
(define-key evil-read-key-map (kbd "C-l") (kbd ""))

0 comments on commit 1819869

Please sign in to comment.