Skip to content

Commit a27a23f

Browse files
committed
fix Ctrl+N tab opening
1 parent ff0054e commit a27a23f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

fnl/mods/tools/telescope.fnl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
:--column
2323
:--smart-case
2424
:--only-matching]
25+
:mappings {:i {:<C-n> actions.select_tab}
26+
:n {:<C-n> actions.select_tab}}
2527
:layout_strategy :bottom_pane
2628
:layout_config {:scroll_speed 8
2729
:bottom_pane {:preview_width 0.7}}

0 commit comments

Comments
 (0)