From ccef948961ec3baef349b87ec7124024f42ec932 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sat, 2 Apr 2022 11:51:38 +0800 Subject: Setup keymap of nnn and tig in vim --- .vim/after/plugin/nnn.vim | 1 + .vim/after/plugin/tig.vim | 1 + 2 files changed, 2 insertions(+) create mode 100644 .vim/after/plugin/nnn.vim create mode 100644 .vim/after/plugin/tig.vim (limited to '.vim/after/plugin') diff --git a/.vim/after/plugin/nnn.vim b/.vim/after/plugin/nnn.vim new file mode 100644 index 0000000..ca1d605 --- /dev/null +++ b/.vim/after/plugin/nnn.vim @@ -0,0 +1 @@ +nnoremap n :NnnPicker diff --git a/.vim/after/plugin/tig.vim b/.vim/after/plugin/tig.vim new file mode 100644 index 0000000..8093e6a --- /dev/null +++ b/.vim/after/plugin/tig.vim @@ -0,0 +1 @@ +nnoremap gs :TigStatus -- cgit v1.2.3