diff --git a/.config/kak/kakrc b/.config/kak/kakrc index ee415dd9..3584e88b 100644 --- a/.config/kak/kakrc +++ b/.config/kak/kakrc @@ -109,6 +109,8 @@ map -docstring "save" global normal ": w" map -docstring "close current buffer" global user x ": db" map -docstring "goto previous buffer" global user m ": bp" map -docstring "goto next buffer" global user i ": bn" +map -docstring "goto previous buffer" global normal ": bp" +map -docstring "goto next buffer" global normal ": bn" # map global normal X "x" @@ -160,7 +162,6 @@ hook global InsertCompletionShow .* %{ } } -# a comment +map -docstring 'Select to file end' global user N "GjL" +map -docstring 'Extend to file end' global user n "gjl" -# another -# commented section