aboutsummaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim')
-rw-r--r--.vim/after/plugin/nnn.vim1
-rw-r--r--.vim/after/plugin/tig.vim1
2 files changed, 2 insertions, 0 deletions
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 <leader><leader>n :NnnPicker<CR>
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 <leader>gs :TigStatus<CR>