commnets
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
--/lua/keybinds.lua
|
||||
-- This file defines all of the kybinds for nvim.
|
||||
-- vim.keymap.set('mode','<modifier>key','action', {desc = 'description'})
|
||||
|
||||
-- move betwwen buffer easier
|
||||
vim.keymap.set('n', '<Tab>', ':bnext<CR>')
|
||||
vim.keymap.set('n', '<S-Tab>', ':bprev<CR>')
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
-- River Rooks nvim config
|
||||
-- /lua/options.lua
|
||||
-- This file is where i set all of the options and settings for nvim
|
||||
|
||||
|
||||
-- [[setup]]
|
||||
vim.g.mapleader = ' '
|
||||
|
||||
Reference in New Issue
Block a user