Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Commit

Permalink
alt modifier for tab navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
siph committed Aug 9, 2022
1 parent f24ea12 commit 8c4f12a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/tabline/nvim-bufferline.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ in {
];

vim.nnoremap = {
"<S-l>" = ":BufferLineCycleNext<CR>";
"<S-h>" = ":BufferLineCyclePrev<CR>";
"<A-l>" = ":BufferLineCycleNext<CR>";
"<A-h>" = ":BufferLineCyclePrev<CR>";
};

vim.luaConfigRC = ''
Expand Down

0 comments on commit 8c4f12a

Please sign in to comment.