diff options
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |