diff --git a/.config/nvim/commands.vim b/.config/nvim/commands.vim new file mode 100644 index 0000000..c9e4c45 --- /dev/null +++ b/.config/nvim/commands.vim @@ -0,0 +1,9 @@ +scriptencoding utf-8 + +" __ +" .----.-----.--------.--------.---.-.-----.--| |.-----. +" | __| _ | | | _ | | _ ||__ --| +" |____|_____|__|__|__|__|__|__|___._|__|__|_____||_____| +" + +command Nsort execute "normal! ggguG:sort u"