diff options
| -rw-r--r-- | spacemacs | 4 | ||||
| -rwxr-xr-x | vimrc | 6 |
2 files changed, 5 insertions, 5 deletions
@@ -74,7 +74,7 @@ values." ;; List of items to show in the startup buffer. If nil it is disabled. ;; Possible values are: `recents' `bookmarks' `projects'. ;; (default '(recents projects)) - dotspacemacs-startup-lists '(recents projects) + dotspacemacs-startup-lists '(recents projects bookmarks) ;; List of themes, the first of the list is loaded when spacemacs starts. ;; Press <SPC> T n to cycle to the next theme in the list (works great ;; with 2 themes variants, one dark and one light) @@ -94,7 +94,7 @@ values." :size 20 :weight normal :width normal - :powerline-scale 1.1) + :powerline-scale 1.0) ;; The leader key dotspacemacs-leader-key "SPC" ;; The leader key accessible in `emacs state' and `insert state' @@ -55,12 +55,12 @@ endif let g:unite_source_history_yank_enable = 1 call unite#filters#matcher_default#use(['matcher_fuzzy']) -nnoremap <leader>t :<C-u>Unite -no-split -buffer-name=files -start-insert file_mru file_rec/async:!<cr> +nnoremap <leader>t :<C-u>Unite -no-split -buffer-name=files -start-insert file_mru file_rec/async:.<cr> nnoremap <leader>r :<C-u>Unite -no-split -buffer-name=mru -start-insert file_rec/git<cr> -nnoremap <leader>o :<C-u>Unite -no-split -buffer-name=outline -start-insert outline<cr> +nnoremap <leader>O :<C-u>Unite -no-split -buffer-name=outline outline<cr> nnoremap <leader>y :<C-u>Unite -no-split -buffer-name=yank history/yank<cr> nnoremap <leader>b :<C-u>Unite -no-split -buffer-name=buffer buffer bookmark<cr> -nnoremap <leader>g :<C-u>Unite -no-split -buffer-name=grep -start-insert grep<cr> +nnoremap <leader>g :<C-u>Unite -no-split -buffer-name=grep -start-insert grep:.<cr> " map <leader>t :CtrlP<CR> " map <leader>b :CtrlPBuffer<CR> |
