Clean up telescope keybindings
This commit is contained in:
parent
04aeb9160e
commit
862e7096f4
3 changed files with 4 additions and 14 deletions
|
|
@ -225,10 +225,8 @@ blog = {
|
||||||
**Fuzzy Finding (Telescope):**
|
**Fuzzy Finding (Telescope):**
|
||||||
| Key | Action |
|
| Key | Action |
|
||||||
|-----|--------|
|
|-----|--------|
|
||||||
| `<Space>ff` | Find files in current directory |
|
| `<Space>t` | Find files in current directory |
|
||||||
| `<Space>fg` | Live grep - search text in all files |
|
| `<Space>g` | Live grep - search text in all files |
|
||||||
| `<Space>fb` | Browse open buffers |
|
|
||||||
| `<Space>fh` | Search help documentation |
|
|
||||||
|
|
||||||
**Telescope Navigation:**
|
**Telescope Navigation:**
|
||||||
| Key | Action |
|
| Key | Action |
|
||||||
|
|
|
||||||
|
|
@ -78,10 +78,6 @@
|
||||||
name = "Plex";
|
name = "Plex";
|
||||||
url = "https://plex.nas.yanlincs.com";
|
url = "https://plex.nas.yanlincs.com";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "Emby";
|
|
||||||
url = "https://emby.nas.yanlincs.com";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
name = "AudioBookShelf";
|
name = "AudioBookShelf";
|
||||||
url = "https://audio.nas.yanlincs.com";
|
url = "https://audio.nas.yanlincs.com";
|
||||||
|
|
|
||||||
|
|
@ -116,18 +116,14 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
keymaps = {
|
keymaps = {
|
||||||
# Find files using Telescope command-line sugar
|
# Find files using Telescope command-line sugar
|
||||||
"<leader>ff" = "find_files";
|
"<leader>t" = "find_files";
|
||||||
"<leader>fg" = "live_grep";
|
"<leader>g" = "live_grep";
|
||||||
"<leader>fb" = "buffers";
|
|
||||||
"<leader>fh" = "help_tags";
|
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
defaults = {
|
defaults = {
|
||||||
file_ignore_patterns = [
|
file_ignore_patterns = [
|
||||||
"^.git/"
|
"^.git/"
|
||||||
"^node_modules/"
|
"^node_modules/"
|
||||||
"^target/"
|
|
||||||
"^dist/"
|
|
||||||
".DS_Store"
|
".DS_Store"
|
||||||
];
|
];
|
||||||
layout_config = {
|
layout_config = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue