Changelog
- 220e237 Added better support
- f9d92da Added keymaps for external editor.
- f11ca78 Added support for external editor
- 0bea84d Adding app/Keymap.go: The keymapping system in lazysql with default keybinds.
- d541973 Adding commands/commands.go
- 693dd71 Adding keymap module
- 7228829 Fixed typo
- b02f94c Merge branch 'externEditor'
- f7b6c31 Merge pull request #58 from pnx/keybinds
- 887c545 Merge pull request #61 from veloXm/main
- d886c6c Overloaded x-terminal-emulator
- 66afb20 Update README.md
- 57369c6 add OpenInExternalEditor command to the keymap system
- 47e1ae7 components: use keymap system instead of hardcoded keys.
- 71e9e86 feat: add yank command binding
- f8c454a fix: swaps GotoTop and GotoBottom commands
- d35ba0e fix: uses key rune 127 instead of 8 for SwitchToConnectionsView command