aboutsummaryrefslogtreecommitdiffhomepage
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index fed3305..7f26e1b 100644
--- a/vimrc
+++ b/vimrc
@@ -22,12 +22,13 @@ nnoremap <CR> o<Esc>
22nnoremap <C-K> ddkP 22nnoremap <C-K> ddkP
23nnoremap <C-J> ddp 23nnoremap <C-J> ddp
24 24
25nnoremap <silent> <Leader>s 25nnoremap <silent> <leader>s
26 \ : if exists("syntax_on") <BAR> 26 \ : if exists("syntax_on") <BAR>
27 \ syntax off <BAR> 27 \ syntax off <BAR>
28 \ else <BAR> 28 \ else <BAR>
29 \ syntax enable <BAR> 29 \ syntax enable <BAR>
30 \ endif<CR> 30 \ endif<CR>
31nnoremap <leader>S :echo join(reverse(map(synstack(line('.'), col('.')), 'synIDattr(v:val,"name")')),' ')<cr>
31 32
32nnoremap <leader>tt :VimwikiTable<cr> 33nnoremap <leader>tt :VimwikiTable<cr>
33nnoremap <leader>wg :VimwikiGoto 34nnoremap <leader>wg :VimwikiGoto