aboutsummaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vim/vimrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index ed2b903..387765d 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -10,6 +10,10 @@ let maplocalleader = "\\"
let mapleader = ","
nnoremap <silent> <leader>idate :.!date +"\%F"<CR>Ea<space>
nnoremap <leader>q :call TaskWarriorAddCurrentLine()<CR>
+" nnoremap <C-h> :tabprevious<cr>
+" nnoremap <C-l> :tabnext<cr>
+" switch between tabs....
+nnoremap <tab> gt
" pandoc command to generate weekly plan page in Firefox (or not, if we just
" wish to refresh)
nnoremap <leader>w :!pandoc /home/lemon/Documents/Notes/MOD/Projects/weekly_planning.md --css /home/lemon/.local/share/pandoc/templates/mystyles.css -s -o /tmp/toss.html; firefox /tmp/toss.html &<cr>
@@ -256,7 +260,7 @@ let test#vimterminal#term_position = "belowright"
" " sudo write
" command! S :w !sudo tee %
-nnoremap <Tab> %
+"nnoremap <Tab> %
" }}}
" FZF {{{
" This is the default extra key bindings