Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Commit

Permalink
Add commands.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
herrbischoff committed Mar 10, 2021
1 parent ae5d791 commit 440a008
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .config/nvim/commands.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
scriptencoding utf-8

" __
" .----.-----.--------.--------.---.-.-----.--| |.-----.
" | __| _ | | | _ | | _ ||__ --|
" |____|_____|__|__|__|__|__|__|___._|__|__|_____||_____|
"

command Nsort execute "normal! ggguG:sort u<cr>"

0 comments on commit 440a008

Please sign in to comment.