summaryrefslogtreecommitdiff
path: root/vim/.vimrc
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2018-07-13 15:24:21 +0100
committerUrbain Vaes <urbain@vaes.uk>2018-07-13 15:24:21 +0100
commit795e8fe5bce79a31ddbf96ad500f322abd96ae5f (patch)
treef7cf65e7bd2a3beb837202a764047bb0bf48d61a /vim/.vimrc
parentbd899a632ce1b356dc1311aff0e1050abd889a6a (diff)
[i3blocks] Fix arch updates
Diffstat (limited to 'vim/.vimrc')
-rw-r--r--vim/.vimrc4
1 files changed, 1 insertions, 3 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 4d98614..ed0c8ec 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -212,7 +212,7 @@ nnoremap <silent> ,, :call remembrall#remind('n', '')<cr>
nnoremap <silent> y :<c-u>call remembrall#remind('n', 'y')<cr>
augroup remembrall
- autocmd FileType tex nnoremap <buffer> <nowait> <expr> ,l Remembrall('n', ',l')
+ autocmd FileType tex nnoremap <buffer> <nowait> <expr> ,l Remembrall(',l')
augroup END
" Ultisnips
@@ -331,11 +331,9 @@ nnoremap <nowait> <c-d> :q<cr>
nnoremap ,bd :ls<cr>:bd<space>
-nnoremap ,tn :tabnew<cr>
nnoremap ,te :tabedit
nnoremap ,tl :+tabmove<cr>
nnoremap ,th :-tabmove<cr>
-nnoremap ,tm :tabmove
nnoremap ,t0 :tabmove 0<cr>
nnoremap ,t$ :tabmove<cr>