diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2023-08-29 10:50:36 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2023-08-29 10:50:36 -0400 |
| commit | f81a5f8f180f453ef1d142753fd2f0505f1e28e7 (patch) | |
| tree | cd0eac0a7be2928fe834091288764887038eb2f7 /nvim/after/plugin/fugitive.lua | |
| parent | 8c7a6b826fe42f8ec3ae83015386813806fb66ff (diff) | |
changed bindings locations
Diffstat (limited to 'nvim/after/plugin/fugitive.lua')
| -rw-r--r-- | nvim/after/plugin/fugitive.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nvim/after/plugin/fugitive.lua b/nvim/after/plugin/fugitive.lua new file mode 100644 index 0000000..38fe4d5 --- /dev/null +++ b/nvim/after/plugin/fugitive.lua @@ -0,0 +1,3 @@ +local remap = require('keymap') + +remap.nnoremap("<leader>gs", vim.cmd.Git) |
