diff --git a/users/simon/modules/neovim.nix b/users/simon/modules/neovim.nix index c1a54ad..dcc71e1 100644 --- a/users/simon/modules/neovim.nix +++ b/users/simon/modules/neovim.nix @@ -118,6 +118,9 @@ in " Close terminal with double-Esc tnoremap + " Sort in visual mode + vnoremap s :sort + " Jump to the last position au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") \| exe "normal! g`\"" | endif