aboutsummaryrefslogtreecommitdiff
path: root/.functions
diff options
context:
space:
mode:
Diffstat (limited to '.functions')
-rw-r--r--.functions6
1 files changed, 6 insertions, 0 deletions
diff --git a/.functions b/.functions
index 879804c..2145451 100644
--- a/.functions
+++ b/.functions
@@ -27,3 +27,9 @@ greview () {
"+nmap <leader>gd :Gvdiffsplit $base_branch<CR>"
}
+
+magit () {
+ emacs -nw \
+ -f magit-status \
+ -f delete-other-windows
+}