Nvim : Remove <C-o> newline.
This commit is contained in:
parent
4ff7248751
commit
a4a5f632f6
|
@ -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
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
{ ... }: {
|
||||
text = ''
|
||||
remap_input("<C-o>", "<Esc>o")
|
||||
'';
|
||||
}
|
Loading…
Reference in a new issue