Nvim : Remove <C-o> newline.

This commit is contained in:
Dmitry Voronin 2024-10-08 04:04:09 +03:00
parent 4ff7248751
commit a4a5f632f6
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 0 additions and 6 deletions

View file

@ -74,7 +74,6 @@ in {
./module/key/Filetree.nix
./module/key/Gitsigns.nix
./module/key/Navigation.nix
./module/key/Newline.nix
./module/key/Ollama.nix
./module/key/Save.nix
./module/key/Sort.nix

View file

@ -1,5 +0,0 @@
{ ... }: {
text = ''
remap_input("<C-o>", "<Esc>o")
'';
}