Commit Graph

10 Commits

Author SHA1 Message Date
rootiest 999801876b feat(smart-splits): integrate with smart-splits in neovim
Allows smart-splits in neovim to control certain keymaps for seamless integration

These changes are necessary for the functionality in smart-splits
2024-08-08 22:36:04 -04:00
rootiest f2ddf78fe4 feat(save-session): implement session saving function
Allows saving the current session with a keypress

The session can then be restored via a right-click option in the kitty application
2024-08-02 09:02:47 -04:00
rootiest ab85db074d fix(keymaps): correct typo in keymap file
Fixed a comment line that was not commented and was generating an error on kitty open.

BREAKING CHANGE: Fixes an error message that had existed for several versions
2024-07-27 05:42:33 -04:00
rootiest da2b57c1e6 Update Keymap
- Removes static '/home/rootiest' path
- All config options now universal
2024-07-23 22:53:10 -04:00
rootiest 86eb4d5292 🏠 Must use absolute paths
- Revert configs to use absolute paths
- This will be handled in chezmoi instead
2024-07-20 20:33:59 -04:00
rootiest 8a7327999e Cleanup
- Reorganize and remove irrelevant options
2024-07-19 08:54:14 -04:00
rootiest 743a5d95f4 Detach Window Keymaps
- F2: Detach window into new OS window
- F3: Detach window into new tab
- F4: Detach window into previous tab
2024-07-15 19:32:43 -04:00
rootiest a8234b120e 🐈 Scrollback and Search
- Bugfixes and cleanup for integrations
2024-07-13 06:47:14 -04:00
rootiest b594376a58 🎹 Keymap update
- Remove Ctrl+Shift+h map for scrollback
- Map kittyscrollback to F1
- Replace instances of Ctrl+Shift with kitty_mod
- Switch to MunsMan/kitty-navigator.nvim
- Ctrl+Shift+<vim-motions> hard-coded for switching windows
- Mappings now properly integrate with nvim
2024-07-13 06:15:10 -04:00
rootiest cad13e0186 first commit 2024-07-06 09:21:36 -04:00