Clean up telescope keybindings

This commit is contained in:
Yan Lin 2025-08-14 23:20:02 +09:00
parent 04aeb9160e
commit 862e7096f4
3 changed files with 4 additions and 14 deletions

View file

@ -225,10 +225,8 @@ blog = {
**Fuzzy Finding (Telescope):**
| Key | Action |
|-----|--------|
| `<Space>ff` | Find files in current directory |
| `<Space>fg` | Live grep - search text in all files |
| `<Space>fb` | Browse open buffers |
| `<Space>fh` | Search help documentation |
| `<Space>t` | Find files in current directory |
| `<Space>g` | Live grep - search text in all files |
**Telescope Navigation:**
| Key | Action |

View file

@ -78,10 +78,6 @@
name = "Plex";
url = "https://plex.nas.yanlincs.com";
}
{
name = "Emby";
url = "https://emby.nas.yanlincs.com";
}
{
name = "AudioBookShelf";
url = "https://audio.nas.yanlincs.com";

View file

@ -116,18 +116,14 @@
enable = true;
keymaps = {
# Find files using Telescope command-line sugar
"<leader>ff" = "find_files";
"<leader>fg" = "live_grep";
"<leader>fb" = "buffers";
"<leader>fh" = "help_tags";
"<leader>t" = "find_files";
"<leader>g" = "live_grep";
};
settings = {
defaults = {
file_ignore_patterns = [
"^.git/"
"^node_modules/"
"^target/"
"^dist/"
".DS_Store"
];
layout_config = {