dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit eba0a8f56ec5e024ab10a0b9f519c0c2b2c01446
parent ccf75c2a13cb47eb38fbea16bde67c67374bd314
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Mon, 18 May 2020 15:07:38 +0200

vim: marks mapping for fzf

Former-commit-id: a01564b79fd886872803c0870f7a16b8f2ca49dc
Diffstat:
Mvim/vimrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -290,6 +290,7 @@ nnoremap <leader>W :BLines<CR> nnoremap <leader>? :Helptags<CR> nnoremap <leader>T :Tags<CR> nnoremap <leader>/ :Ag<CR> +nnoremap <leader>M :Marks<CR> " Search for Todos/Fixmes command! Todo Ag ((TO ?DO)|FIXME):<space>