remove gk and gj keybindings

writing
Nick Zana 2 years ago
parent 528cf3726d
commit 4befd4142f
No known key found for this signature in database
GPG Key ID: 936524EE913D6538

@ -6,8 +6,6 @@ options = { noremap = true }
-- Navigation -- Navigation
map('n', 'gh', '0', options) -- make gh go to beginning of line map('n', 'gh', '0', options) -- make gh go to beginning of line
map('n', 'gl', '$', options) -- make gl go to end of line map('n', 'gl', '$', options) -- make gl go to end of line
map('n', 'gk', 'gg', options) -- make gk go to top of document
map('n', 'gj', 'G', options) -- make gj go to bottom of document
-- WINDOW MANAGEMENT -- WINDOW MANAGEMENT

Loading…
Cancel
Save