aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 95a8c2d..edbb0cb 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -7,7 +7,7 @@ runtime macros/matchit.vim "allows jumping between brackets with % in normal mod
" }}}
" Leaders {{{
let maplocalleader = "\\"
-let mapleader = ","
+let mapleader = " "
nnoremap <leader>q :call TaskWarriorAddCurrentLine()<CR>
" pandoc command to generate weekly plan page in Firefox (or not, if we just
" wish to refresh)
@@ -36,7 +36,7 @@ nnoremap <leader>ni :e $NOTES_DIR/index.md<CR>:cd $NOTES_DIR<CR>
" clear search highlights
nnoremap <leader><space> :noh<cr>:call clearmatches()<cr>
nnoremap <leader><C-p> :<C-u>FZF!<CR>
-nnoremap <leader>t :Files<CR>
+nnoremap <C-p>p :Files<CR>
nnoremap <leader>o :Tags<CR>
nnoremap <leader>h :History<CR>
nnoremap <silent> <leader>0 :Files<CR>
@@ -129,6 +129,7 @@ command! W w
" Plugins {{{
call plug#begin()
"Plug 'vim-scripts/AutoComplPop'
+Plug 'lambdalisue/fern.vim',
Plug 'tpope/vim-rails',
Plug 'vim-ruby/vim-ruby',
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
@@ -314,7 +315,7 @@ let g:gruvbox_improved_warnings = 1
let g:gruvbox_invert_indent_guides = 1
let g:gruvbox_invert_signs = 0
"colorscheme evening
-"colorscheme sitruuna
+colorscheme sitruuna
" }}}
" GPG files {{{
" from https://vim.fandom.com/wiki/Edit_gpg_encrypted_files